-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "mails.samk0.com",
"private": true,
"type": "module",
"scripts": {
"build": "NODE_OPTIONS='--max-old-space-size=4096' nuxt build",
"dev": "nuxt dev",
"dev:remote": "nuxt dev --remote",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@ai-sdk/google": "^1.0.7",
"@ai-sdk/openai": "^1.0.8",
"@ai-sdk/vue": "^1.0.6",
"@atinux/kysely-d1": "^0.3.1",
"@libsql/client": "^0.14.0",
"@libsql/kysely-libsql": "^0.4.1",
"@nuxt/ui": "^3.0.0-alpha.10",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-email/components": "^0.0.21",
"@vue/compiler-dom": "^3.5.13",
"@vueuse/core": "^12.0.0",
"ai": "^4.0.14",
"better-auth": "^1.0.15",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.0",
"monaco-editor": "^0.52.2",
"motion": "^11.13.5",
"nuxt": "^3.14.1592",
"nuxt-monaco-editor": "^1.3.1",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.24.0"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.18",
"drizzle-kit": "^0.30.0",
"tsx": "^4.19.2",
"wrangler": "^3.94.0"
}
}