-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 KB
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": "elm_web_components_playground",
"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"
},
"devDependencies": {
"autoprefixer": "6.5.3",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"chalk": "1.1.3",
"clean-webpack-plugin": "0.1.14",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "0.25.0",
"elm": "^0.18.0",
"elm-hot-loader": "0.4.2",
"elm-test": "0.18.0",
"elm-webpack-loader": "^3.0.5",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"html-loader": "^0.4.4",
"html-minifier": "^3.2.3",
"html-minifier-loader": "^1.3.4",
"html-webpack-plugin": "^2.24.1",
"path-exists": "3.0.0",
"postcss-loader": "1.1.1",
"raw-loader": "^0.5.1",
"react-dev-utils": "0.3.0",
"script-loader": "^0.7.0",
"style-loader": "0.13.1",
"uglify-js": "^2.7.5",
"uglify-loader": "^1.4.0",
"universal-ga": "^1.0.1",
"vulcanize-loader": "^2.0.1",
"webpack": "^1.14.0",
"webpack-dev-server": "1.16.2"
}
}