{
  "name": "14.6_home_work",
  "version": "1.0.0",
  "description": "Home work for webpack",
  "main": "index.js",
  "scripts": {
    "dev": "webpack --mode=development --config webpack.config.js",
    "build": "webpack --mode=production --config webpack.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "browserslist": "> 0.25%, not dead",
  "keywords": [
    "webpack",
    "javascript"
  ],
  "author": "Makshanov Ilya <for@example.com>",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "babel-loader": "^8.1.0",
  	"mini-css-extract-plugin": "^0.9.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "css-loader": "^4.3.0",
    "html-webpack-plugin": "^4.5.0",
    "style-loader": "^1.2.1",
    "terser-webpack-plugin": "^2.3.2",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12"
  }
}
