-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 849 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 849 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
33
34
{
"name": "nuxt-tanstack-ai",
"type": "module",
"version": "0.1.0",
"license": "MIT",
"homepage": "https://github.com/awecode/nuxt-tanstack-ai#readme",
"imports": {
"#layers/tanstack-ai/*": "./*"
},
"main": "./nuxt.config.ts",
"scripts": {
"lint": "eslint .",
"prep": "cd ../ && pnpm dev:prepare"
},
"peerDependencies": {
"@nuxt/ui": "^4.5.1"
},
"dependencies": {
"@comark/nuxt": "^0.2.1",
"@tanstack/ai": "0.10.3",
"@tanstack/ai-client": "0.7.10",
"@tanstack/ai-gemini": "0.8.8",
"@tanstack/ai-vue": "0.6.15",
"markdown-it": "^14.1.1",
"shiki": "^4.0.2",
"zod": "^4.3.6"
},
"pnpm": {
"patchedDependencies": {
"@tanstack/ai-gemini@0.8.8": "patches/@tanstack__ai-gemini@0.8.8.patch",
"@tanstack/ai@0.10.3": "patches/@tanstack__ai@0.10.3.patch"
}
}
}