aboutsummaryrefslogtreecommitdiff
path: root/juick-www/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-06-22 15:37:09 +0300
committerGravatar Vitaly Takmazov2017-06-22 16:12:02 +0300
commitaa19744ae40767b2523ac0117792b47e08209cdf (patch)
tree83da69f6998f6cceac8d359f1b0ff566d4148c21 /juick-www/package.json
parent7928ef38bbca41fdbcff17e78798b91723e2554e (diff)
Webpack 3, chunknames in templates
Diffstat (limited to 'juick-www/package.json')
-rw-r--r--juick-www/package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/juick-www/package.json b/juick-www/package.json
index f33c3d8f..56468076 100644
--- a/juick-www/package.json
+++ b/juick-www/package.json
@@ -16,19 +16,21 @@
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.1",
- "eslint": "^3.1.1",
+ "eslint": "^4.0.0",
"eslint-loader": "^1.4.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"globby": "^6.1.0",
"script-loader": "^0.7.0",
- "style-loader": "^0.17.0",
+ "style-loader": "^0.18.2",
"stylelint": "^7.11.1",
"stylelint-config-standard": "^16.0.0",
"stylelint-webpack-plugin": "^0.7.0",
"uglify-loader": "^2.0.0",
"url-loader": "^0.5.7",
- "webpack": "^2.5.1"
+ "webpack": "^3.0.0",
+ "webpack-asset-pipeline": "^1.1.1",
+ "webpack-manifest-plugin": "^1.1.0"
},
"dependencies": {
"autosize": "^3.0.16",