-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "chatbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.2.2",
"@google-ai/generativelanguage": "^2.6.0",
"@google/generative-ai": "^0.15.0",
"@huggingface/inference": "^2.8.0",
"@langchain/community": "^0.2.20",
"@langchain/groq": "^0.0.15",
"@langchain/openai": "^0.2.4",
"@prisma/client": "^5.17.0",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.50.1",
"@xenova/transformers": "^2.17.2",
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"google-auth-library": "^9.11.0",
"langchain": "^0.2.10",
"next": "14.2.4",
"openai": "^4.52.3",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/react": "18.3.3",
"daisyui": "^4.12.10",
"postcss": "^8",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.1",
"typescript": "5.5.3"
}
}