-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 741 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 741 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
{
"name": "example-with-drizzle",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"devDependencies": {
"@types/node": "^20.14.8",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.26.2",
"lucide-solid": "^0.453.0",
"postcss": "^8.4.47"
},
"dependencies": {
"@kobalte/core": "^0.13.7",
"@libsql/client": "^0.14.0",
"@solidjs/router": "^0.14.10",
"@solidjs/start": "^1.0.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.35.2",
"solid-js": "^1.9.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=20"
}
}