-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 945 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 945 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
36
{
"name": "customer-support-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"upload-to-pinecone": "node -r dotenv/config scripts/uploadToPinecone.js"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.11.0",
"@fontsource/nunito": "^5.0.18",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.14.5",
"@pinecone-database/pinecone": "^3.0.0",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"firebase": "^9.0.0",
"framer-motion": "^11.3.28",
"langchain": "^0.0.96",
"lucide-react": "^0.427.0",
"next": "13.4.19",
"node-fetch": "^3.3.2",
"openai": "^4.55.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1"
},
"devDependencies": {
"eslint": "8.47.0",
"eslint-config-next": "13.4.19"
}
}