{
  "name": "za-glove",
  "version": "0.2.2",
  "description": "ZhongAn FE Packing Tool",
  "main": "lib",
  "bin": "bin/za-glove.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --ext .js lib; exit 0",
    "precommit": "lint-staged"
  },
  "author": "Lin Qun <linqun@zhongan.com>",
  "license": "ISC",
  "dependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-proposal-private-methods": "^7.0.0",
    "@babel/plugin-proposal-private-property-in-object": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.4.2",
    "@babel/runtime": "^7.0.0",
    "babel-loader": "^8.0.0",
    "babel-plugin-dynamic-import-node": "^2.2.0",
    "chalk": "^2.4.2",
    "css-loader": "^3.2.0",
    "deep-freeze": "0.0.1",
    "detect-port": "^1.3.0",
    "download-git-repo": "^1.1.0",
    "exit": "^0.1.2",
    "file-loader": "^4.2.0",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^4.5.0",
    "import-local": "^1.0.0",
    "mini-css-extract-plugin": "^0.8.0",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "ora": "^3.0.0",
    "postcss-flexbugs-fixes": "^4.1.0",
    "postcss-loader": "^3.0.0",
    "postcss-preset-env": "^6.4.0",
    "prettyjson": "^1.2.1",
    "serve-favicon": "^2.5.0",
    "style-loader": "^1.0.0",
    "thread-loader": "^2.1.3",
    "url-loader": "^2.1.0",
    "webpack": "^4.38.1",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-dev-server": "^3.2.1",
    "yargs": "^12.0.5"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.2",
    "eslint": "^5.10.0",
    "eslint-config-za": "2.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.14.0",
    "husky": "^0.14.3",
    "lerna": "^3.13.1",
    "lint-staged": "^7.3.0"
  },
  "lint-staged": {
    "lib/**/*.js": "eslint"
  },
  "gitHead": "54ba7598897e0b9e5881cd373bc3e633c10552a8"
}
