-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.85 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
{
"author": "Jørgen H. Fjeld",
"name": "gangevinne",
"version": "1.0.0",
"description": "For å vinne gangingen!",
"main": "index.js",
"scripts": {
"test": "elm-test",
"start": "yarn run dev",
"dev": "webpack-dev-server --hot --color --port 4000",
"build": "NODE_ENV=development webpack",
"prod": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:jhf/GangeVinne.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"elm": "^0.19.1-6",
"elm-analyse": "^0.16.5",
"elm-format": "^0.8.7",
"elm-hot-webpack-loader": "^1.1.8",
"elm-json": "^0.2.13",
"elm-test": "0.19.1-revision12",
"elm-verify-examples": "^5.3.0",
"elm-webpack-loader": "7.0.1",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"purecss": "^3.0.0",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
},
"prettier": {
"tabWidth": 4
},
"packageManager": "[email protected]"
}