-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 984 Bytes
/
package.json
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",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify/vue": "^4.1.2",
"@nuxt/eslint": "^0.6.1",
"@nuxt/types": "^2.18.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.7.0",
"@vee-validate/zod": "^4.14.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.456.0",
"nuxt": "^3.14.159",
"pinia": "^2.2.6",
"radix-vue": "^1.9.9",
"shadcn-nuxt": "^0.11.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.14.7",
"vue": "^3.5.12",
"vue-router": "latest",
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10"
},
"overrides": {
"vue": "latest"
}
}