-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.92 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.92 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "reactforvue",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"dependencies": {
"@ai-sdk/vue": "^3.0.33",
"@clerk/nuxt": "^1.13.10",
"@libsql/client": "^0.15.15",
"@mendable/firecrawl-js": "^4.10.0",
"@nuxt/content": "3.7.1",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/seo": "^3.3.0",
"@openrouter/ai-sdk-provider": "^1.5.4",
"@tanstack/vue-table": "^8.21.3",
"@tiptap/extension-placeholder": "^2.27.1",
"@tiptap/pm": "^2.27.1",
"@tiptap/starter-kit": "^2.27.1",
"@tiptap/suggestion": "^2.27.1",
"@tiptap/vue-3": "^2.27.1",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^14.1.0",
"ai": "^6.0.33",
"better-sqlite3": "^12.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
"drizzle-orm": "^0.41.0",
"embla-carousel-vue": "^8.6.0",
"imagekit": "^6.0.0",
"lucide-vue-next": "^0.555.0",
"nanoid": "^5.1.6",
"nuxt": "^4.2.2",
"reka-ui": "^2.6.1",
"screenshotone-api-sdk": "^1.1.21",
"shadcn-nuxt": "2.3.3",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.25",
"vue-input-otp": "^0.3.2",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9",
"workflow": "^4.0.1-beta.46",
"zod": "^4.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"drizzle-kit": "^0.30.6",
"sass-embedded": "^1.97.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}