-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
56 lines (56 loc) · 1.56 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
{
"name": "chat-with-pdf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "set NODE_OPTIONS=--max-old-space-size=8192 && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.23.5",
"@neondatabase/serverless": "^0.6.0",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "0.1.6",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@tanstack/react-query": "^4.35.0",
"@types/md5": "^2.3.2",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@uploadthing/react": "^5.5.0",
"@xenova/transformers": "^2.6.0",
"ai": "^2.2.12",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.6",
"encoding": "^0.1.13",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"langchain": "^0.0.146",
"lucide-react": "^0.276.0",
"md5": "^2.3.0",
"mongoose": "^7.5.0",
"next": "13.4.19",
"openai-edge": "^1.2.2",
"pdf-parse": "^1.1.1",
"pg": "^8.11.3",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"uploadthing": "^5.5.3"
}
}