{
  "name": "wblive-ui",
  "version": "0.2.20",
  "description": "微博直播前端组件库",
  "module": "./package/index.js",
  "main": "lib/index.js",
  "exports": {
    ".": {
      "module": "./lib/index.js",
      "require": "./lib/index.js",
      "import": "./lib/index.js"
    },
    "./": "./"
  },
  "sideEffects": true,
  "author": "wl-all",
  "optionalDependencies": {
    "fsevents": "*"
  },
  "files": [
    "lib",
    "packages"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "push": "git add . && git commit -m 'auto push' && git push",
    "serve": "npm run build:file && vuepress dev docs",
    "build:docs": "npm run build:file && vuepress build docs",
    "build:file": "node build/build-entry.js",
    "build:lib": "npm run build:file && webpack --config build/webpack.config.js"
  },
  "dependencies": {
    "axios": "^0.21.0",
    "better-scroll": "^2.4.2",
    "core-js": "^3.6.5",
    "danmaku": "^2.0.2",
    "postcss-plugin-px2rem": "^0.8.1",
    "stylus-loader": "^3.0.2",
    "swiper": "^5.4.1",
    "uppercamelcase": "^3.0.0",
    "vue": "^2.6.12"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-decorators": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@rollup/plugin-image": "^2.0.5",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@vue/cli-plugin-babel": "^4.5.0",
    "@vue/cli-service": "^4.5.0",
    "@vue/compiler-sfc": "^3.0.2",
    "acorn-jsx": "^5.3.1",
    "autoprefixer": "^10.1.0",
    "babel-loader": "^8.2.2",
    "clean-webpack-plugin": "^3.0.0",
    "css-loader": "^5.0.1",
    "dayjs": "^1.9.6",
    "file-loader": "^6.2.0",
    "html-withimg-loader": "^0.1.16",
    "json-templater": "^1.2.0",
    "less": "^3.13.0",
    "less-loader": "^5.0.0",
    "mini-css-extract-plugin": "^1.3.3",
    "optimize-css-assets-webpack-plugin": "^5.0.4",
    "postcss": "^8.2.1",
    "postcss-cli": "^8.3.1",
    "postcss-loader": "^4.1.0",
    "rollup": "^2.32.1",
    "rollup-plugin-less": "^1.1.2",
    "rollup-plugin-vue": "^5.1.9",
    "rollup-starter-app": "^1.0.8",
    "rollup-starter-lib": "0.0.2",
    "sass": "^1.30.0",
    "style-loader": "^2.0.0",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "uppercamelcase": "^3.0.0",
    "url-loader": "^4.1.1",
    "vue-loader": "^15.9.5",
    "vue-template-compiler": "^2.6.11",
    "vuepress": "^1.7.1",
    "vuepress-theme-reco": "^1.6.1",
    "webpack-cli": "^4.5.0"
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  }
}
