-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.55 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.55 KB
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
{
"name": "nuxt-app",
"private": false,
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"scripts": {
"start": "nuxt dev",
"typegen:dev": "cd ../supabase && npx supabase gen types typescript --local > ../web/types/database.types.ts",
"typegen:prod": "npx supabase gen types typescript --project-id \"uohcqrcwczgipvvklwkl\" > types/database.types.ts",
"build": "nuxt build",
"dev": "nuxt dev --dotenv .env.dev",
"prod": "nuxt dev --dotenv .env.prod",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^0.5.7",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/node": "^18.19.54",
"autoprefixer": "^10.4.20",
"eslint-plugin-tailwindcss": "^3.17.4",
"nuxt": "^3.13.2",
"postcss": "^8.4.47",
"shadcn-nuxt": "^0.10.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"update-browserslist-db": "^1.1.1"
},
"dependencies": {
"@nuxtjs/supabase": "^1.4.0",
"@vueuse/core": "^11.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.436.0",
"radix-vue": "^1.9.7",
"reka-ui": "^2.0.0",
"supabase": "^1.200.3",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vue-sonner": "^1.2.1",
"vue3-emoji-picker": "^1.1.8",
"vue3-simple-icons": "^13.2.0"
}
}