-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1009 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
32
33
34
35
36
37
38
39
40
{
"name": "hackathon-solid",
"scripts": {
"dev": "solid-start dev -p 3003",
"build": "solid-start build",
"start": "solid-start start -p 3003"
},
"type": "module",
"devDependencies": {
"@types/node": "^20.2.5",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"solid-start-node": "^0.2.19",
"solid-start-vercel": "^0.2.26",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.1.4",
"vite-plugin-mkcert": "^1.15.0",
"vite-plugin-pwa": "^0.16.0",
"workbox-window": "^7.0.0"
},
"dependencies": {
"@auth/core": "^0.2.5",
"@auth/solid-start": "^0.1.1",
"@fontsource/poppins": "^5.0.2",
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.8.2",
"date-fns": "^2.30.0",
"motion": "^10.16.2",
"solid-js": "^1.7.2",
"solid-start": "^0.2.26",
"undici": "^5.15.1",
"zod": "^3.21.4"
},
"engines": {
"node": ">=16"
}
}