frontend: use webpack instead of vulcanize

This commit is contained in:
Marcin Lulek 2018-10-30 15:24:35 +01:00
parent 33f90bf320
commit 69b8d6a77f
16 changed files with 2946 additions and 310 deletions

View file

@ -21,16 +21,30 @@
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-vulcanize": "^1.0.0",
"grunt-webpack": "^3.1.3",
"jquery": "1.11.3",
"jshint": "^2.9.1-rc3",
"moment": "^2.18.1",
"mousetrap": "^1.6.1",
"qrious": "^4.0.2",
"sticky-sidebar": "3.3.1",
"vulcanize": "^1.16.0",
"waypoints": "4.0.1",
"webpack": "4.23.1",
"webpack-cli": "3.1.2"
"webpack-cli": "3.1.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.11",
"exports-loader": "^0.6.4",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.7.1",
"polymer-webpack-loader": "^2.0.1",
"style-loader": "^0.21.0",
"webpack-uglify-js-plugin": "^1.1.9",
"raw-loader": "1.0.0-beta.0",
"ts-loader": "^1.3.3"
}
}