-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 KB
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
47
48
49
50
51
52
53
54
{
"name": "ai_chat",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@adobe/pdfservices-node-sdk": "^4.1.0",
"@ai-sdk/openai": "^3.0.48",
"@assistant-ui/react": "^0.12.20",
"@heygen/streaming-avatar": "^2.0.10",
"@langchain/community": "^0.3.59",
"@langchain/core": "^0.3.80",
"@langchain/openai": "^0.3.17",
"@langchain/pinecone": "^0.1.3",
"@langchain/textsplitters": "^0.1.0",
"@pinecone-database/pinecone": "^4.1.0",
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.100.0",
"adm-zip": "^0.5.16",
"ai": "^6.0.138",
"axios": "^1.8.4",
"dotenv": "^16.4.7",
"form-data": "^4.0.2",
"jose": "^6.0.10",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.3.37",
"livekit-client": "^2.9.9",
"next": "15.2.8",
"openai": "^4.89.0",
"pdf-parse": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-speech-recognition": "^4.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/adm-zip": "^0.5.7",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}