{
  "name": "@easy-team/easywebpack",
  "version": "4.2.8",
  "description": "基于 Webpack 的前端构建工程化解决方案",
  "keywords": [
    "webpack",
    "webpack4",
    "webpack 4",
    "hot reload",
    "webpack-tool",
    "server side render",
    "webpack-generator"
  ],
  "dependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.6.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-object-assign": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "autoprefixer": "^9.1.5",
    "babel-eslint": "^10.0.2",
    "babel-loader": "^8.0.6",
    "cache-loader": "^4.1.0",
    "case-sensitive-paths-webpack-plugin": "^2.1.2",
    "chalk": "^2.0.1",
    "clean-webpack-plugin": "^1.0.0",
    "copy-webpack-plugin": "^5.0.4",
    "cross-spawn": "^6.0.5",
    "css-loader": "^3.1.0",
    "detect-port": "^1.2.3",
    "directory-named-webpack-plugin": "^4.0.1",
    "eslint": "^6.1.0",
    "eslint-config-egg": "^7.1.0",
    "eslint-loader": "^2.0.0",
    "file-loader": "^4.1.0",
    "glob": "^7.1.3",
    "html-webpack-plugin": "^3.0.6",
    "lodash.clonedeep": "^4.5.0",
    "lodash.clonedeepwith": "^4.5.0",
    "lodash.get": "^4.4.2",
    "lodash.has": "^4.5.2",
    "lodash.merge": "^4.6.1",
    "lodash.set": "^4.3.2",
    "lodash.uniq": "^4.5.0",
    "md5": "^2.2.1",
    "mini-css-extract-plugin": "^0.8.0",
    "node-noop": "^1.0.0",
    "node-tool-utils": "^1.0.0",
    "npm-install-webpack-plugin": "^4.0.5",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "postcss-loader": "^3.0.0",
    "progress-bar-webpack-plugin": "^1.10.0",
    "service-worker-precache-webpack-plugin": "^1.0.0",
    "shelljs": "^0.8.3",
    "style-loader": "^0.23.1",
    "terser-webpack-plugin": "^1.1.0",
    "thread-loader": "^2.1.2",
    "uglifyjs-webpack-plugin": "^2.0.1",
    "url-loader": "^2.1.0",
    "vconsole-webpack-plugin": "^1.4.2",
    "webpack-asset-file-plugin": "^1.0.0",
    "webpack-filter-warnings-plugin": "^1.2.0",
    "webpack-hot-middleware": "^2.13.2",
    "webpack-manifest-resource-plugin": "^4.0.0",
    "webpack-node-externals": "^1.6.0",
    "webpack-tool": "^4.2.0",
    "write-file-webpack-plugin": "^4.5.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "codecov": "^3.5.0",
    "conventional-changelog-cli": "^2.0.23",
    "coveralls": "^3.0.5",
    "eslint-config-eslint": "^5.0.1",
    "imagemin-webpack-plugin": "^2.4.2",
    "less": "^3.9.0",
    "less-loader": "^5.0.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "sass-loader": "^7.1.0"
  },
  "fullDependencies": {
    "babel-eslint": "latest",
    "babel-loader": "latest",
    "babel-runtime": "latest",
    "chalk": "latest",
    "eslint-loader": "latest",
    "html-webpack-plugin": "latest",
    "imagemin-webpack-plugin": "latest",
    "less": "latest",
    "less-loader": "latest",
    "lodash.clonedeep": "latest",
    "node-noop": "latest",
    "node-sass": "latest",
    "npm-install-webpack-plugin": "latest",
    "sass-loader": "latest",
    "stats-webpack-plugin": "latest",
    "stylus": "latest",
    "stylus-loader": "latest"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "start": "node index.js",
    "lint": "eslint .",
    "fix": "eslint --fix .",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "test": "nyc --reporter=html --reporter=text mocha --timeout=1000000",
    "cov": "nyc report --reporter=lcov > coverage.lcov && codecov --token=e8eba710-8df2-4a1c-bb50-ccd15a2079e6",
    "ii": "npm install --registry https://registry.npm.taobao.org",
    "pub": "npm publish --access=public"
  },
  "files": [
    "index.js",
    "utils",
    "lib",
    "config",
    "tool"
  ],
  "nyc": {
    "exclude": [
      "**/*.spec.js",
      "lib/logger.js",
      "utils/*.js",
      "index.js",
      "config/*.js",
      "config/plugin/**.js",
      "test/*.test.js",
      "build"
    ]
  },
  "ci": {
    "version": "6, 8, 9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/easy-team/easywebpack.git"
  },
  "bugs": {
    "url": "https://github.com/easy-team/easywebpack/issues"
  },
  "homepage": "https://github.com/easy-team/easywebpack#readme",
  "author": "hubcarl@126.com",
  "license": "MIT"
}
