{
  "name": "webpack-config-dev",
  "version": "2.1.7",
  "description": "",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test1": "istanbul cover ./node_modules/.bin/_mocha",
    "test": "mocha",
    "build": "webpack --config ./lib/webpack.prod.js",
    "dll": "webpack --config ./lib/webpack.dll.js",
    "commitmsg": "validate-commit-msg",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test",
      "pre-push": "npm test"
    }
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@babel/core": "^7.10.3",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "add-asset-html-webpack-plugin": "^3.1.3",
    "autoprefixer": "^9.5.1",
    "babel-loader": "^8.0.5",
    "clean-webpack-plugin": "^2.0.2",
    "css-loader": "^2.1.1",
    "cssnano": "^4.1.10",
    "eslint-loader": "^2.1.2",
    "express": "^4.17.1",
    "file-loader": "^3.0.1",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "glob-all": "^3.1.0",
    "hard-source-webpack-plugin": "^0.13.1",
    "html-inline-css-webpack-plugin": "^1.2.1",
    "html-loader": "^0.5.5",
    "html-webpack-externals-plugin": "^3.8.0",
    "html-webpack-inline-source-plugin": "0.0.10",
    "html-webpack-plugin": "^3.2.0",
    "less": "^3.9.0",
    "less-loader": "^5.0.0",
    "mini-css-extract-plugin": "^0.6.0",
    "node-notifier": "^5.4.0",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "postcss-loader": "^3.0.0",
    "purgecss-webpack-plugin": "^2.3.0",
    "px2rem-loader": "^0.1.9",
    "raw-loader": "^0.5.1",
    "speed-measure-webpack-plugin": "^1.3.3",
    "style-loader": "^0.23.1",
    "terser-webpack-plugin": "^3.0.6",
    "thread-loader": "^2.1.3",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "url-loader": "^1.1.2",
    "webpack": "^4.43.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.12",
    "webpack-merge": "^4.2.1"
  },
  "devDependencies": {
    "assert": "^2.0.0",
    "babel-eslint": "^10.0.1",
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "husky": "^4.2.5",
    "image-webpack-loader": "^6.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4",
    "rimraf": "^2.6.3",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "browserslist": [
    "defaults",
    "not ie <= 8",
    "last 2 versions",
    "> 1%",
    "iOS >= 7",
    "Android >= 4.0"
  ]
}
