{
  "name": "fxqifu-ui",
  "version": "1.3.0",
  "description": "飞象企服ui组件库",
  "main": "lib/fxqifu-ui.common.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:lib": "gulp build --gulpfile gulpfile.js",
    "dev:watch": "gulp devWatch",
    "dev:local": "gulp devWatch & webpack-dev-server --config ./webpack.dev.config.js",
    "build:entry": "webpack --config ./build/webpack.common.js",
    "build:component": "webpack --config ./build/webpack.component.js",
    "build:file": "webpack --config ./build/webpack.component.js && webpack --config ./build/webpack.common.js "
  },
  "files": [
    "lib",
    "src",
    "packages",
    "types"
  ],
  "author": "xiangxiang",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "babel-loader": "^8.0.4",
    "cp-cli": "^1.1.2",
    "css-loader": "^1.0.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-cssmin": "^0.1.7",
    "gulp-sass": "^3.1.0",
    "html-webpack-plugin": "^3.2.0",
    "json-loader": "^0.5.7",
    "postcss-loader": "^3.0.0",
    "progress-bar-webpack-plugin": "^1.11.0",
    "pug-cli": "^1.0.0-alpha6",
    "pug-html-loader": "^1.1.5",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "vue": "^2.5.17",
    "vue-loader": "^15.4.2",
    "vue-template-compiler": "^2.5.17",
    "webpack": "^4.23.1",
    "webpack-dev-server": "^3.1.10",
    "webpack-node-externals": "^1.7.2"
  },
  "_from": "fxqifu-ui@1.2.1",
  "_resolved": "http://registry.npm.taobao.org/fxqifu-ui/download/fxqifu-ui-1.2.1.tgz"
}