-
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.12 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.12 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": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "prisma generate && prisma migrate deploy && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && prisma generate"
},
"dependencies": {
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "1.9.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.10.1",
"@prisma/client": "6.3.1",
"@vueuse/core": "^12.7.0",
"@vueuse/nuxt": "12.7.0",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"motion-v": "^0.10.0",
"nuxt": "^3.15.4",
"pinia": "^3.0.1",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.24.2"
},
"devDependencies": {
"@inspira-ui/plugins": "^0.0.1",
"@nuxt/ui": "^2.21.0",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"prisma": "^6.3.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7"
},
"packageManager": "pnpm@8.6.2+sha1.343879a68ea9ba1427ee1392072c8ad68537c534"
}