{
  "name": "em-fe",
  "version": "2.10.0",
  "description": "快速开发产品的UI库",
  "main": "dist/emfe.js",
  "unpkg": "dist/emfe.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "start": "webpack-dev-server --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.config.js",
    "build0": "node build/build.js && npm run build:css",
    "build": "npm run dist:dev && npm run dist:prod && npm run build:css",
    "dist:prod": "webpack --config build/webpack.dist.prod.config.js",
    "dist:dev": "webpack --config build/webpack.dist.dev.config.js",
    "build:css": "./node_modules/.bin/gulp build --gulpfile build/gulpfile.js",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/em-fe/EM-FE.git"
  },
  "keywords": [
    "VUE",
    "EMFE"
  ],
  "author": "李梦龙",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/em-fe/EM-FE/issues"
  },
  "homepage": "https://github.com/em-fe/EM-FE#readme",
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.0",
    "babel-plugin-dynamic-import-webpack": "^1.0.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-strict-mode": "^6.24.1",
    "babel-preset-env": "^1.5.2",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-runtime": "^6.23.0",
    "better-scroll": "^1.10.2",
    "compression-webpack-plugin": "^1.0.1",
    "css-loader": "^0.28.4",
    "em-cookie": "^1.0.6",
    "em-jsonp": "^1.0.4",
    "em-underline": "^1.0.10",
    "es6-promise": "^4.1.1",
    "eslint": "4.4.1",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-friendly-formatter": "^3.0.0",
    "eslint-import-resolver-webpack": "^0.8.3",
    "eslint-loader": "^1.8.0",
    "eslint-plugin-flowtype": "^2.34.0",
    "eslint-plugin-flowtype-errors": "^3.3.0",
    "eslint-plugin-html": "^3.2.2",
    "eslint-plugin-import": "^2.6.0",
    "file-loader": "^0.11.2",
    "flow-bin": "^0.47.0",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "gulp": "^3.9.1",
    "gulp-cssmin": "^0.2.0",
    "gulp-postcss": "^7.0.0",
    "gulp-sass": "^3.1.0",
    "html-loader": "^0.4.5",
    "html-webpack-plugin": "^2.28.0",
    "iscroll": "^5.2.0",
    "postcss-salad": "^2.0.1",
    "rollup": "^0.43.0",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-replace": "^1.1.1",
    "rollup-plugin-vue2": "^0.8.0",
    "sass-loader": "^6.0.6",
    "style-loader": "^0.18.2",
    "stylelint-webpack-plugin": "^0.7.1",
    "uglify-js": "^3.0.18",
    "url-loader": "^0.5.9",
    "vue": "2.3.4",
    "vue-loader": "^12.2.1",
    "vue-router": "^2.6.0",
    "vue-template-compiler": "2.3.4",
    "vuex": "^2.3.1",
    "webpack": "^3.0.0",
    "webpack-dev-server": "^2.5.0",
    "webpack-merge": "^4.1.1"
  }
}
