-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 898 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 898 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
35
36
{
"name": "Graphlet-xyz",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"devtools": "npx @ai-sdk/devtools"
},
"dependencies": {
"@ai-sdk/google": "^3.0.29",
"@ai-sdk/vue": "^3.0.91",
"@plausible-analytics/tracker": "^0.4.4",
"@vueuse/core": "^14.2.1",
"ai": "^6.0.91",
"ai-gateway-provider": "^3.1.1",
"lucide-vue-next": "^0.574.0",
"mermaid": "^11.12.3",
"monaco-editor": "^0.55.1",
"nuxt": "^4.3.1",
"pako": "^2.1.0",
"panzoom": "^9.4.3",
"vue": "^3.5.28",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@ai-sdk/devtools": "^0.0.14",
"@nuxt/fonts": "^0.14.0",
"@types/node": "^25.3.0",
"@types/pako": "^2.0.4"
},
"packageManager": "pnpm@10.29.3"
}