-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 963 Bytes
/
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
{
"scripts": {
"start": "webpack-dev-server --hot --inline --content-base static/",
"build": "rimraf dist && webpack",
"serve": "static dist",
"watch": "webpack --watch"
},
"devDependencies": {
"resolve-url-loader": "^1.4.4",
"bootstrap-loader": "^1.0.10",
"bootstrap-sass": "^3.3.6",
"autoprefixer": "^6.3.6",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"elm": "^0.17.0",
"elm-hot-loader": "^0.3.3",
"elm-webpack-loader": "^3.0.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.21.0",
"node-sass": "^3.8.0",
"node-static": "^0.7.7",
"postcss-loader": "^0.9.1",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.0"
},
"private": true,
"license": "UNLICENSED"
}