-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 Bytes
/
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
{
"name": "rag-hack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/runtime": "^7.25.6",
"@clerk/nextjs": "^5.5.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@huggingface/inference": "^2.8.0",
"@huggingface/transformers": "^3.0.0-alpha.15",
"@langchain/community": "^0.3.0",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.0",
"@pinecone-database/pinecone": "^3.0.3",
"@vercel/analytics": "^1.3.1",
"next": "14.2.11",
"openai": "^4.61.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pinecone-client": "^2.0.0",
"react": "^18",
"react-dom": "^18",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.11"
}
}