-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 827 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 827 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
{
"name": "trpcdrizzle",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:push": "npx drizzle-kit push",
"db:studio": "npx drizzle-kit studio"
},
"dependencies": {
"@libsql/client": "^0.15.15",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/vue-query": "^5.92.5",
"@trpc/client": "^11.7.2",
"@trpc/server": "^11.7.2",
"bcryptjs": "^3.0.3",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1",
"nuxt": "^4.2.2",
"superjson": "^2.2.6",
"trpc-nuxt": "^1.2.0",
"vue": "^3.5.25",
"vue-router": "^4.6.3",
"zod": "^4.1.13"
},
"devDependencies": {
"drizzle-kit": "^0.31.8",
"tailwindcss": "^4.1.18"
}
}