-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1 KB
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
41
{
"name": "example-basic",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"db:generate": "drizzle-kit generate",
"db:migrate": "bun scripts/migrate.ts",
"version": "vinxi version"
},
"dependencies": {
"@auth/core": "^0.34.3",
"@auth/solid-start": "^0.19.1",
"@libsql/client": "^0.15.15",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.1.0",
"@tailwindcss/typography": "^0.5.19",
"@types/cookie": "^1.0.0",
"cookie": "^1.0.2",
"drizzle-orm": "^0.44.7",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"solid-js": "^1.9.5",
"vinxi": "^0.5.7",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"engines": {
"node": ">=22"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.1",
"autoprefixer": "^10.4.22",
"drizzle-kit": "^0.31.7",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17"
}
}