-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 713 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 713 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
{
"name": "ai_customer_support",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@langchain/community": "^0.2.25",
"@langchain/core": "^0.2.21",
"@langchain/openai": "^0.2.6",
"@mui/material": "^5.16.7",
"@pinecone-database/pinecone": "^3.0.0",
"firebase": "^10.12.5",
"next": "14.2.5",
"next-auth": "^5.0.0-beta.20",
"openai": "^4.55.1",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5"
}
}