-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.35 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --dotenv .env.local",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db-introspect": "drizzle-kit introspect:pg --config=drizzle.config.ts",
"db-generate": "drizzle-kit generate:pg --config=drizzle.config.ts",
"db-migrate": "tsx -r dotenv/config src/db/migrate.ts",
"db-studio": "drizzle-kit studio"
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@types/swagger-ui": "^3.52.4",
"@vee-validate/zod": "^4.12.5",
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"drizzle-orm": "^0.30.8",
"lucide-vue-next": "^0.344.0",
"nuxt": "^3.10.3",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"radix-vue": "^1.4.9",
"resend": "^3.2.0",
"swagger-ui-dist": "^5.16.2",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.12.5",
"vue": "^3.4.19",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@nuxtjs/supabase": "^1.1.6",
"@nuxtjs/tailwindcss": "^6.11.4",
"@types/swagger-ui-dist": "^3.30.4",
"drizzle-kit": "^0.20.17",
"nuxt-lucide-icons": "^1.0.4",
"shadcn-nuxt": "^0.9.0",
"typescript": "^5.3.3"
}
}