-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.22 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
46
{
"name": "nash",
"description": "Dashboard for Now",
"version": "0.0.1",
"license": "MIT",
"author": "Thomas Sattlecker",
"repository": {
"type": "git",
"url": "https://github.com/littleStudent/now_dashboard"
},
"scripts": {
"server": "webpack-dev-server --hot --inline --content-base src/",
"build_locally": "rimraf dist && elm package install -y && webpack",
"watch": "webpack --watch",
"deploy": "npm run build_locally && now dist/ --public"
},
"now": {
"public": true
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"bootstrap": "^4.0.0-alpha.4",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.23.1",
"elm-hot-loader": "^0.4.0",
"elm-webpack-loader": "^3.0.6",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.17.0",
"jquery": "^3.1.0",
"node-sass": "^3.7.0",
"postcss-loader": "^0.10.1",
"rimraf": "^2.5.2",
"sass-loader": "^4.0.0",
"http-server": "^0.9.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^1.0.0"
},
"dependencies": {
"tether": "^1.3.7",
"elm": "^0.18.0"
}
}