-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.17 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "vg100-elm-website",
"version": "1.2.0",
"description": "This project is bootstrapped with [Create Elm App](https://github.com/halfzebra/create-elm-app).",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "node scripts/build.js",
"start": "node scripts/start.js",
"test": "elm-app test"
},
"author": "",
"license": "MIT",
"dependencies": {
"github-markdown-css": "^4.0.0",
"highlight.js": "^10.0.2",
"humanize": "^0.0.9",
"material-icons": "^0.3.1",
"normalize.css": "^8.0.1",
"typeface-roboto": "0.0.75"
},
"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.9.12",
"autoprefixer": "8.6.5",
"babel-loader": "8.0.4",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"chalk": "2.4.2",
"connect-history-api-fallback": "1.6.0",
"copy-webpack-plugin": "5.1.1",
"cosmiconfig": "5.2.1",
"css-loader": "3.5.2",
"dotenv": "8.2.0",
"elm": "latest-0.19.1",
"elm-asset-webpack-loader": "1.1.2",
"elm-hot-webpack-loader": "1.1.6",
"elm-test": "latest-0.19.1",
"elm-webpack-loader": "6.0.0",
"execa": "^4.0.1",
"file-loader": "1.1.11",
"html-webpack-plugin": "4.2.1",
"http-proxy-middleware": "0.20.0",
"mini-css-extract-plugin": "0.4.5",
"minimist": "1.2.5",
"object-assign": "4.1.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-flexbugs-fixes": "3.3.1",
"postcss-loader": "2.1.6",
"postcss-safe-parser": "4.0.2",
"promise": "8.1.0",
"react-dev-utils": "6.1.1",
"react-error-overlay": "4.0.1",
"sockjs-client": "1.4.0",
"string-replace-loader": "2.3.0",
"strip-ansi": "6.0.0",
"style-loader": "0.21.0",
"uglifyjs-webpack-plugin": "1.3.0",
"url-loader": "1.1.2",
"webpack": "4.42.1",
"webpack-dev-server": "3.10.3",
"webpack-manifest-plugin": "2.2.0",
"webpack-version-file-plugin": "^0.4.0",
"whatwg-fetch": "2.0.4",
"workbox-webpack-plugin": "4.3.1"
}
}