-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
45
46
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.70",
"@ai-sdk/vue": "^0.0.57",
"@langchain/community": "^0.3.9",
"@langchain/core": "^0.3.15",
"@langchain/openai": "^0.3.11",
"@vercel/analytics": "^1.3.2",
"@vueuse/integrations": "^11.1.0",
"ai": "^3.4.20",
"idb-keyval": "^6.2.1",
"langchain": "^0.3.4",
"openai": "^4.68.4",
"pdfjs-dist": "4.7.76"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^0.6.0",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/ui": "^2.18.7",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^8.5.5",
"@stylistic/eslint-plugin-js": "^2.10.0",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"eslint": "^9.13.0",
"nuxt": "^3.13.2",
"typescript": "^5.6.3",
"vite-plugin-top-level-await": "^1.4.4",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
}
}