-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 712 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 712 Bytes
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
{
"name": "purescript-solid-basic",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start"
},
"type": "module",
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"purescript": "0.15.4",
"solid-start-node": "^0.2.26",
"spago": "^0.20.9",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4",
"vite": "^4.2.1"
},
"dependencies": {
"@solidjs/meta": "^0.28.4",
"@solidjs/router": "^0.8.2",
"@tanstack/solid-query": "^4.29.1",
"solid-js": "^1.7.3",
"solid-start": "^0.2.26",
"solid-start-vercel": "^0.2.26",
"undici": "^5.21.2"
},
"engines": {
"node": ">=16"
}
}