-
Notifications
You must be signed in to change notification settings - Fork 299
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "chatpdf-yt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS='--max-old-space-size=8192' && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.414.0",
"@clerk/nextjs": "^4.23.3",
"@neondatabase/serverless": "^0.6.0",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^1.0.1",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^4.33.0",
"@types/md5": "^2.3.2",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"ai": "^2.2.11",
"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.5",
"encoding": "^0.1.13",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"langchain": "^0.0.150",
"lucide-react": "^0.274.0",
"md5": "^2.3.0",
"next": "13.4.19",
"openai-edge": "^1.2.2",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.10.111",
"pg": "^8.11.3",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"stream": "^0.0.2",
"stripe": "^13.4.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2"
}
}