-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 799 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
{
"name": "chatbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@google/genai": "^1.42.0",
"@langchain/core": "^0.1.50",
"@langchain/google-genai": "^0.0.15",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"axios": "^1.7.4",
"langchain": "^0.1.30",
"lucide-react": "^0.575.0",
"mammoth": "^1.11.0",
"next": "14.2.14",
"react": "18.3.1",
"react-dom": "18.3.1",
"redis": "^4.7.1",
"tailwindcss": "^4",
"typescript": "^5",
"uuid": "^13.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "14.2.14"
}
}