-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 845 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 845 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
{
"name": "lhd-website",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@corvu/drawer": "^0.2.3",
"@solid-primitives/cookies": "^0.0.1",
"@solid-primitives/media": "^2.3.0",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.3",
"clsx": "^2.1.1",
"solid-js": "^1.9.5",
"solid-motionone": "^1.0.3",
"vinxi": "^0.5.3"
},
"devDependencies": {
"@biomejs/biome": "2.0.0-beta.1",
"@cloudflare/workers-types": "^4.20250403.0",
"@iconify-json/lucide": "^1.2.34",
"@tailwindcss/vite": "^4.1.1",
"tailwindcss": "^4.1.1",
"tailwindcss-animate": "^1.0.7",
"unplugin-icons": "^22.1.0"
},
"engines": {
"node": ">=22"
},
"volta": {
"node": "22.14.0",
"pnpm": "10.7.1"
}
}