-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.79 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": " eslint . --fix",
"postinstall": "nuxt prepare",
"db:generate": "drizzle-kit generate --config ./config/drizzle.config.ts",
"db:migrate": "drizzle-kit migrate --config ./config/drizzle.config.ts",
"db:studio": "drizzle-kit studio --config ./config/drizzle.config.ts"
},
"dependencies": {
"@formkit/nuxt": "^1.6.7",
"@libsql/client": "^0.14.0",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.6.1",
"@nuxtjs/seo": "2.0.0-rc.23",
"@unovis/ts": "^1.4.4",
"@unovis/vue": "^1.4.4",
"@vee-validate/zod": "^4.14.7",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"better-auth": "^0.8.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.1",
"embla-carousel-vue": "^8.3.1",
"lucide-vue-next": "^0.456.0",
"mjml": "^4.15.3",
"nuxt": "^3.14.159",
"shadcn-nuxt": "^0.11.2",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.14.7",
"vue": "latest",
"vue-router": "latest",
"vue-sonner": "^1.2.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.7.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@tailwindcss/typography": "^0.5.15",
"@unlighthouse/nuxt": "^0.10.6",
"class-variance-authority": "^0.7.0",
"drizzle-kit": "^0.28.0",
"nuxt-auth-utils": "^0.5.2",
"nuxt-content-assets": "^1.4.4",
"radix-vue": "^1.9.9",
"sass": "^1.80.6",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}