-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 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
{
"name": "code-reading-runner",
"version": "0.0.0",
"description": "Code Reading club runner for code-reading.org",
"scripts": {
"format": "elm-format src",
"start": "./node_modules/.bin/webpack-dev-server --config webpack.config.dev.js --port 3000 --hot --watch",
"build": "./node_modules/.bin/webpack --config webpack.config.build.js",
"review": "elm-review",
"test": "elm-test",
"elm-json": "elm-json"
},
"author": "katjam",
"license": "MIT",
"dependencies": {
"sw-precache-webpack-plugin": "^1.0.0",
"webpack-pwa-manifest": "^4.3.0"
},
"devDependencies": {
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^4.3.0",
"elm": "^0.19.1-5",
"elm-format": "^0.8.5",
"elm-hot-webpack-loader": "^1.1.8",
"elm-json": "^0.2.10",
"elm-review": "^2.4.2",
"elm-test": "^0.19.1-rev6",
"elm-webpack-loader": "^7.0.1",
"file-loader": "^6.2.0",
"markdown-to-json": "^0.5.4",
"mini-css-extract-plugin": "^0.11.3",
"netlify-plugin-cache": "^1.0.3",
"postcss-loader": "^4.2.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"style-loader": "^1.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
}
}