-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.66 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
47
48
49
50
51
52
53
54
55
56
{
"name": "elm-blog",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"build": "elm-app build",
"start": "PORT=8080 elm-app start",
"make": "elm make",
"repl": "elm repl",
"reactor": "elm reactor",
"test": "elm-test"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/plugin-transform-runtime": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/runtime": "7.3.4",
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^8.0.0",
"babel-loader": "8.0.4",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.3.1",
"clean-webpack-plugin": "^0.1.18",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^5.0.3",
"cosmiconfig": "^5.0.6",
"create-elm-app": "^3.0.6",
"css-loader": "^0.28.9",
"dotenv": "^5.0.0",
"elm": "0.19.0-bugfix6",
"elm-hot-webpack-loader": "^1.0.2",
"elm-test": "^0.19.0-rev5",
"elm-webpack-loader": "^5.0.0",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^4.0.0-alpha.2",
"http-proxy-middleware": "^0.17.4",
"mini-css-extract-plugin": "^0.4.0",
"minimist": "1.2.0",
"postcss-flexbugs-fixes": "^3.3.0",
"postcss-loader": "2.1.5",
"promise": "8.0.1",
"react-dev-utils": "6.1.1",
"react-error-overlay": "^4.0.0",
"string-replace-loader": "^2.1.1",
"style-loader": "^0.21.0",
"sw-precache-webpack-plugin": "^0.11.5",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^1.0.1",
"webpack": "^4.2.0",
"webpack-dev-server": "^3.1.1",
"webpack-manifest-plugin": "^2.0.3",
"whatwg-fetch": "2.0.4"
}
}