-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 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": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "dotenvx run -- nuxt build",
"dev": "dotenvx run -- nuxt dev",
"start": "dotenvx run -- node .output/server/index.mjs",
"generate": "nuxt generate",
"preview": "dotenvx run -- nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.56",
"@ai-sdk/google": "^0.0.55",
"@ai-sdk/openai": "^0.0.72",
"@ai-sdk/vue": "^0.0.59",
"@dotenvx/dotenvx": "^1.23.0",
"@langchain/community": "^0.3.15",
"@langchain/openai": "^0.3.13",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.7.0",
"@vueuse/core": "^11.2.0",
"ai": "^3.4.33",
"color": "^4.2.3",
"d3": "^7.9.0",
"fetch-event-stream": "^0.1.5",
"joi": "^17.13.3",
"langchain": "^0.3.6",
"nuxt": "^3.14.0",
"pinia": "^2.2.6",
"vite-svg-loader": "^5.1.0",
"vue": "latest",
"vue-draggable-resizable": "^3.0.0",
"vue-router": "latest",
"zod": "^3.23.8"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"devDependencies": {
"@nuxtjs/device": "^3.2.4",
"@types/d3": "^7.4.3",
"tailwindcss": "^3.4.14"
}
}