-
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) · 762 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 762 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": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "bun run nuxt build",
"dev": "bun run nuxt dev",
"generate": "bun run nuxt generate",
"preview": "bun run nuxt preview",
"postinstall": "bun run nuxt prepare"
},
"dependencies": {
"@number-flow/vue": "^0.4.8",
"@nuxt/ui": "3.3.0",
"@prisma/adapter-pg": "^6.14.0",
"@prisma/client": "^6.14.0",
"axios": "^1.11.0",
"bcryptjs": "^3.0.2",
"nuxt": "^4.0.3",
"nuxt-auth-utils": "0.5.23",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"zod": "^4.0.17"
},
"devDependencies": {
"prisma": "^6.14.0",
"tsx": "^4.20.4",
"v-gsap-nuxt": "^1.4.4"
}
}