-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 836 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
{
"name": "rag-chatbot",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@emotion/serialize": "^1.3.3",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.4",
"@pinecone-database/pinecone": "^6.1.2",
"@upstash/ratelimit": "^2.0.6",
"@upstash/redis": "^1.35.6",
"bcryptjs": "^3.0.2",
"cheerio": "^1.1.2",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.24",
"mongoose": "^8.19.1",
"next": "15.5.4",
"next-auth": "^4.24.11",
"node-fetch": "^3.3.2",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14"
}
}