-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 951 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 951 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
37
38
39
40
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "prisma generate && nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "7.8.0",
"bcrypt": "6.0.0",
"busboy": "1.6.0",
"paseto-ts": "2.0.6",
"stream-json": "3.3.0",
"zod": "4.4.3"
},
"devDependencies": {
"@nuxtjs/sitemap": "8.0.15",
"@types/bcrypt": "6.0.0",
"@types/busboy": "1.5.4",
"@types/node": "25.9.1",
"@vite-pwa/nuxt": "1.1.1",
"@waradu/keyboard": "8.0.0",
"badgen": "3.3.2",
"chart.js": "4.5.1",
"dotenv": "^17.4.2",
"@lucide/vue": "1.17.0",
"nuxt": "4.4.6",
"nuxt-cron": "1.8.0",
"prettier": "3.8.3",
"prisma": "7.8.0",
"sass-embedded": "1.100.0",
"vue": "3.5.35",
"vue-router": "5.1.0"
}
}