-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 840 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/supabase": "^1.2.1",
"@vueuse/core": "^10.7.2",
"@supabase/gotrue-js": "^2.16.0",
"lucide-vue-next": "^0.334.0",
"add": "^2.0.6",
"init": "^0.1.2",
"module": "^1.2.5",
"npx": "^10.2.2",
"nuxi": "^3.11.1",
"nuxt": "^3.11.2",
"class-variance-authority": "^0.7.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"radix-vue": "^1.4.7",
"shadcn-nuxt": "^0.10.4",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",
"typescript": "^5.4.5"
}
}