{
  "scripts": {
    "build": "npm run build:dev",
    "build:dev": "webpack --config build/webpack.config.dev.js --display-error-details --progress --profile",
    "build:prod": "webpack --config build/webpack.config.prod.js --progress --profile --bail && gulp clean --gulpfile build/gulpfile.js",
    "build:dll": "webpack --config build/webpack.config.dll.js --progress --profile --bail",
    "watch": "npm run watch:dev",
    "watch:dev": "npm run build:dev -- --watch",
    "watch:prod": "webpack --config build/webpack.config.prod.js --progress --profile --bail --watch",
    "clean:node": "rimraf node_modules",
    "webpack-dev-server": "webpack-dev-server",
    "webpack": "webpack"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.10",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-0": "^6.16.0",
    "babel-runtime": "^6.20.0",
    "css-loader": "^0.26.1",
    "del": "^2.2.2",
    "extract-text-webpack-plugin": "^2.0.0-beta.4",
    "file-loader": "^0.11.1",
    "gulp": "^3.9.1",
    "gulp-sequence": "^0.4.6",
    "happypack": "^3.0.2",
    "html-loader": "^0.4.4",
    "html-webpack-plugin": "^2.26.0",
    "image-webpack-loader": "^3.1.0",
    "ng-annotate-webpack-plugin": "^0.2.1-pre",
    "node-sass": "^4.1.1",
    "object-assign": "^4.1.0",
    "sass-loader": "^4.1.1",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^2.2.0-rc.3",
    "webpack-md5-hash": "^0.0.5",
    "webpack-merge": "^2.0.0"
  }
}
