-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 742 Bytes
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
{
"name": "voltagent-example-with-nuxt",
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@nuxt/eslint": "^1.9.0",
"@nuxt/ui": "^4.0.0",
"@voltagent/core": "^2.0.12",
"@voltagent/libsql": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"ai": "^6.0.0",
"nuxt": "^4.1.2",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"zod": "^3.25.76"
},
"devDependencies": {
"prettier": "^3.5.3"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/VoltAgent/voltagent.git",
"directory": "examples/with-nuxt"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"type": "module"
}