-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 993 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": {
"@pinia/nuxt": "^0.5.1",
"@vee-validate/zod": "^4.12.6",
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-vue-next": "^0.365.0",
"nuxt": "^3.11.2",
"pg": "^8.11.5",
"pinia": "^2.1.7",
"radix-vue": "^1.6.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.12.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue3-toastify": "^0.2.1",
"zod": "^3.22.4"
},
"overrides": {
"vue": "^3.4.21"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@types/pg": "^8.11.5",
"shadcn-nuxt": "^0.10.2",
"typescript": "^5.4.4"
}
}