{
  "name": "wci-build",
  "version": "3.1.0",
  "description": "A webpack scaffold",
  "main": "index.js",
  "scripts": {
    "build": "rm -rf lib && babel src --out-dir lib",
    "pub": "sh shell/pub.sh",
    "commit": "sh shell/commit.sh"
  },
  "bin": {
    "wci-build": "./bin/wci-build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jason-live/wci-build.git"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ],
    "plugins": [
      "add-module-exports",
      "@babel/plugin-transform-runtime"
    ]
  },
  "keywords": [
    "build",
    "webpack",
    "react 16",
    "rudex",
    "react-router 4"
  ],
  "author": "jasonlive",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jason-live/wci-build/issues"
  },
  "homepage": "https://github.com/jason-live/wci-build#readme",
  "devDependencies": {
    "babel-plugin-add-module-exports": "^1.0.0",
    "babel-runtime": "^6.9.2",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "^3.0.2",
    "husky": "^3.0.8",
    "validate-commit-msg": "^2.14.0"
  },
  "dependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@loadable/component": "^5.10.2",
    "autoprefixer": "^9.4.7",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.6",
    "babel-plugin-import": "^1.11.0",
    "chalk": "^2.4.2",
    "commander": "^2.19.0",
    "console": "^0.7.2",
    "cross-env": "^5.2.0",
    "css-loader": "^2.1.0",
    "eslint": "^5.13.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-loader": "^2.1.2",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "file-loader": "^3.0.1",
    "fs-extra": "^7.0.1",
    "html-webpack-include-assets-plugin": "^2.0.0",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.3.1",
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
    "lint-staged": "^8.1.3",
    "mime": "^2.4.6",
    "mini-css-extract-plugin": "^0.8.0",
    "open-browser-webpack-plugin": "0.0.5",
    "postcss-loader": "^3.0.0",
    "qiniu": "^7.2.2",
    "shelljs": "^0.8.3",
    "style-loader": "^0.23.1",
    "webpack": "^4.31.0",
    "webpack-bundle-analyzer": "^3.3.2",
    "webpack-cli": "^3.3.2",
    "webpack-dev-server": "^3.3.1",
    "webpack-parallel-uglify-plugin": "^1.1.2",
    "webpack-require-http": "^0.4.3",
    "which": "^1.3.1",
    "win-spawn": "^2.0.0"
  }
}
