generated from risv1/nuxt-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 KB
/
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
42
43
44
45
46
47
48
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:generate": "drizzle-kit generate:pg",
"db:push": "drizzle-kit push:pg"
},
"dependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@supabase/supabase-js": "^2.43.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/uuid": "^9.0.8",
"@vee-validate/zod": "^4.12.6",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"argon2": "^0.40.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"drizzle-kit": "^0.20.17",
"drizzle-orm": "^0.30.9",
"jsonwebtoken": "^9.0.2",
"nuxt": "^3.11.2",
"nuxt-icon": "^0.6.10",
"nuxt-security": "^2.0.0-beta.0",
"pinia": "^2.1.7",
"postgres": "^3.4.4",
"radix-vue": "^1.7.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",
"autoprefixer": "^10.4.19",
"shadcn-nuxt": "^0.10.2",
"tailwindcss": "^3.4.3"
}
}