-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 931 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 931 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
{
"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.1.0",
"@prisma/client": "7.1.0",
"bcrypt": "6.0.0",
"busboy": "1.6.0",
"paseto-ts": "2.0.5",
"stream-json": "1.9.1",
"zod": "4.1.13"
},
"devDependencies": {
"@types/node": "24.10.2",
"@nuxtjs/sitemap": "7.4.9",
"@types/bcrypt": "6.0.0",
"@types/busboy": "1.5.4",
"@vite-pwa/nuxt": "1.1.0",
"@waradu/keyboard": "8.0.0",
"badgen": "3.2.3",
"chart.js": "4.5.1",
"lucide-vue-next": "0.556.0",
"nuxt": "4.2.1",
"nuxt-cron": "1.8.0",
"prettier": "3.7.4",
"prisma": "7.1.0",
"sass-embedded": "1.93.3",
"vue": "3.5.25",
"vue-router": "4.6.3"
}
}