-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 873 Bytes
/
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
{
"name": "chat-ai-vue",
"author": {"name": "Steve Mandl", "email": "sjm34@cornell.edu"},
"repository": {"type": "github", "url": "https://github.com/stevemandl/chat-ai-vue"},
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "export DOTENV_CONFIG_PATH=.env.local && tsx server.ts"
},
"dependencies": {
"@ai-sdk/vue": "^0.0.58",
"@langchain/aws": "^0.1.1",
"@langchain/community": "^0.3.11",
"ai": "^3.4.29",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"vite-express": "^0.19.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.8.4",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.2",
"typescript": "~5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
}
}