{
  "name": "14_dz_skillbox",
  "version": "1.0.0",
  "description": "simple page with webpack",
  "main": "/build/build.js",
  "scripts": {
    "build": "webpack --mode development --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "skillbox",
    "webpack",
    "nodejs"
  ],
  "author": "Alexandr Urbanyuk",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "babel-loader": "^8.0.4",
    "css-loader": "^1.0.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "mini-css-extract-plugin": "^0.4.4",
    "style-loader": "^0.23.1",
    "webpack": "^4.26.0",
    "webpack-cli": "^3.1.2"
  }
}
