-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) Β· 996 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"generate:types:local": "supabase gen types typescript --local > lib/database.types.ts"
},
"devDependencies": {
"@nuxt/types": "^2.17.3",
"@nuxtjs/supabase": "^0.3.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"nuxt": "^3.4.3",
"shadcn-nuxt": "^0.10.4",
"supabase": "^1.165.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.26.0",
"@tanstack/vue-table": "^8.17.3",
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"geist": "^1.3.0",
"lucide-vue-next": "^0.378.0",
"path-to-regexp": "^6.2.2",
"radix-vue": "^1.7.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"url-join": "^5.0.0",
"uuid": "^9.0.1",
"zod": "^3.23.8"
}
}