-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.07 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
{
"name": "urdoc",
"type": "module",
"scripts": {
"edgeone": "NODE_OPTIONS=--max-old-space-size=4096 nuxt build",
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^3.0.24",
"@ai-sdk/provider": "^4.0.5",
"@ai-sdk/provider-utils": "^5.0.22",
"@ai-sdk/vue": "^4.0.54",
"@comark/nuxt": "^0.6.0",
"@libsql/client": "^0.17.4",
"@nuxt/ui": "^4.10.0",
"@pinia/nuxt": "1.0.1",
"@zumer/snapdom": "^2.23.2",
"ai": "^7.0.54",
"drizzle-orm": "^0.45.2",
"nuxt": "^4.5.2",
"nuxt-auth-utils": "^0.5.30",
"partial-json": "^0.1.7",
"pinia-plugin-unstorage": "1.0.0-beta.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.121",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.93",
"@nuxt/eslint": "^1.17.0",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tailwindcss": "^4.3.3"
}
}