-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.91 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "rag-chatbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@types/tailwindcss": "^3.1.0",
"@upstash/rag-chat": "^1.0.2",
"@upstash/vector": "^1.1.4",
"@vercel/node": "^3.2.1",
"ai": "^3.2.16",
"ai-stream-experimental": "^2.2.2",
"axios": "^1.7.2",
"canvas": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"express": "^4.19.2",
"formidable": "^3.5.1",
"langchain": "^0.1.37",
"lucide-react": "^0.363.0",
"multer": "1.4.5-lts.1",
"next": "14.1.4",
"openai": "^4.52.3",
"pdf-parse": "^1.1.1",
"pdf-text-extract": "^1.5.0",
"pdf-to-text": "^0.0.7",
"pdf.js-extract": "^0.2.1",
"pdf2json": "^3.1.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"stream": "^0.0.2",
"supports-color": "^9.4.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/multer": "^1.4.11",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"encoding": "^0.1.13",
"postcss": "^8.4.39",
"prettier": "3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}
}