-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"name": "anti-lost",
"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"
},
"dependencies": {
"@nuxtjs/i18n": "^10.2.1",
"@nuxtjs/tailwindcss": "^6.14.0",
"@prisma/client": "^6.0.0",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^14.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.562.0",
"nuxt": "4.2.2",
"nuxt-auth-utils": "^0.5.0",
"prisma": "^6.0.0",
"qr-code-styling": "^1.9.2",
"qrcode.vue": "^3.6.0",
"reka-ui": "^2.8.0",
"tailwind-merge": "^3.4.0",
"vee-validate": "^4.15.1",
"vue": "^3.5.27",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^25.0.9",
"@vue/devtools-api": "^8.0.5",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.2"
}
}