-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.84 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
{
"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": {
"@clerk/nextjs": "^4.26.1",
"@neondatabase/serverless": "^0.6.0",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@react-pdf-viewer/core": "^3.12.0",
"@tanstack/react-query": "^5.4.3",
"ai": "^2.2.22",
"aws-sdk": "^2.1486.0",
"axios": "^1.6.0",
"canvas": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.6",
"langchain": "^0.0.179",
"lucide-react": "^0.291.0",
"md5": "^2.3.0",
"next": "14.0.1",
"openai-edge": "^1.2.2",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.4.120",
"pg": "^8.11.3",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"server-only": "^0.0.1",
"stripe": "^14.5.0",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-animation-delay": "^1.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/md5": "^2.3.4",
"@types/node": "^20",
"@types/react": "^18.2.38",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"prettier": "3.0.3",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.2"
}
}