-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "Boilertal",
"version": "1.0.0",
"description": "Webpack boilerplate for Igital Projects",
"repository": "https://github.com/ro0t/Boilertal.git",
"author": "Adam N. Viðarsson",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --config config.development.js --content-base public/ --hot --inline",
"build": "webpack --config config.production.js --env=production"
},
"dependencies": {
"autoprefixer": "^8.0.0",
"axios": "^0.18.0",
"babel": "^6.23.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.18",
"colors": "^1.1.2",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.10",
"extract-loader": "^1.0.2",
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
"file-loader": "^1.1.10",
"fs-extra": "^5.0.0",
"node-sass": "^4.7.2",
"normalize.css": "^8.0.0",
"postcss-loader": "^2.1.1",
"sass-loader": "^6.0.6",
"sass-resources-loader": "^1.3.3",
"style-loader": "^0.20.2",
"vue": "^2.5.13",
"vue-loader": "^14.1.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9",
"webpack-dev-server": "^3.1.0"
},
"devDependencies": {
"html-webpack-plugin": "webpack-contrib/html-webpack-plugin"
}
}