generated from lindsaykwardell/vite-elm-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 789 Bytes
/
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
{
"name": "elm-pages-app",
"type": "module",
"scripts": {
"postinstall": "elm-tooling install",
"dev": "ENV=prod elm-pages dev",
"build": "ENV=prod elm-pages build",
"test": "elm-test-rs",
"serve": "npm run build && http-server ./dist -a localhost -p 3000 -c-1"
},
"devDependencies": {
"elm-codegen": "0.3.0",
"elm-optimize-level-2": "0.3.5",
"elm-pages": "3.0.12",
"elm-review": "2.10.3",
"elm-tooling": "1.15.0",
"http-server": "14.1.1",
"lamdera": "0.19.1-1.2.1-1",
"vite": "5.0.11"
},
"dependencies": {
"@netlify/functions": "2.4.1",
"@types/codemirror": "5.60.10",
"codemirror": "5.65.15",
"idb-keyval": "6.2.1"
}
}