-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "elmdocs",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "node scripts/build.js",
"start": "node scripts/start.js",
"package": "elm-package",
"make": "elm-make",
"repl": "elm-repl",
"reactor": "elm-reactor",
"test": "elm-test",
"docs": "node scripts/download.js",
"publish": "npm run build && git add . && git commit -m 'publish' && git push"
},
"devDependencies": {
"autoprefixer": "6.5.3",
"chalk": "1.1.3",
"clean-webpack-plugin": "0.1.14",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.25.0",
"download": "6.2.5",
"elm": "^0.18.0",
"elm-hot-loader": "0.4.1",
"elm-test": "0.17.3",
"elm-webpack-loader": "^3.0.5",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"html-webpack-plugin": "2.24.1",
"json-beautify": "^1.0.1",
"mkdirp": "^0.5.1",
"path-exists": "3.0.0",
"pify": "^2.3.0",
"postcss-loader": "1.1.1",
"react-dev-utils": "0.3.0",
"request": "2.81.0",
"style-loader": "0.13.1",
"webpack": "1.13.3",
"webpack-dev-server": "1.16.2"
},
"dependencies": {}
}