-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1008 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
35
{
"repository": {},
"scripts": {
"webpack-start": "webpack --watch-stdin --progress --color",
"start": "webpack-dev-server --hot --inline --content-base web/static/",
"build": "rimraf priv/static && webpack",
"watch": "webpack --watch",
"compile": "webpack -p"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"bootstrap-sass": "^3.3.6",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"elm": "^0.17.0",
"elm-hot-loader": "^0.3.2",
"elm-webpack-loader": "^3.0.3",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.17.0",
"node-sass": "^3.7.0",
"postcss-loader": "^0.9.1",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.14",
"webpack-dev-server": "^2.1.0-beta.0 ",
"webpack-merge": "^0.13.0"
},
"dependencies": {
"font-awesome": "^4.6.3"
}
}