-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "darts-pairs",
"version": "2.0.0",
"description": "darts matching pairs game",
"scripts": {
"format": "elm-format src",
"start": "./node_modules/.bin/webpack-dev-server --config webpack.config.dev.js --port 3000 --hot",
"build": "./node_modules/.bin/webpack --config webpack.config.build.js",
"test": "elm-test"
},
"author": "wearedarts",
"license": "MIT",
"dependencies": {
"sw-precache-webpack-plugin": "^1.0.0",
"webpack-pwa-manifest": "^4.2.0"
},
"devDependencies": {
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^4.3.0",
"elm": "^0.19.1-3",
"elm-format": "^0.8.3",
"elm-test": "^0.19.0-rev6",
"elm-webpack-loader": "^6.0.1",
"file-loader": "^6.0.0",
"markdown-to-json": "^0.5.4",
"mini-css-extract-plugin": "^0.11.2",
"netlify-plugin-cache": "^1.0.3",
"postcss-loader": "^4.0.2",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}