-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.23 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.23 KB
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
67
68
69
70
71
72
73
74
75
76
77
{
"name": "PromptPDF",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.799.0",
"@aws-sdk/s3-request-presigner": "^3.799.0",
"@clerk/nextjs": "^6.18.2",
"@google-ai/generativelanguage": "^3.1.0",
"@google/genai": "^0.10.0",
"@google/generative-ai": "^0.24.1",
"@langchain/community": "^0.3.41",
"@langchain/core": "^0.3.45",
"@neondatabase/serverless": "^0.10.4",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^5.1.1",
"@radix-ui/react-avatar": "^1.1.7",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-slot": "^1.2.0",
"@tanstack/react-query": "^5.74.4",
"@types/bcryptjs": "^3.0.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/lodash": "^4.17.16",
"@types/md5": "^2.3.5",
"@vercel/analytics": "^1.5.0",
"ai": "^4.3.12",
"aws-sdk": "^2.1692.0",
"axios": "^1.8.4",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.39.3",
"framer-motion": "^12.9.2",
"fs": "0.0.1-security",
"jose": "^6.0.10",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.3.23",
"lodash": "^4.17.21",
"lucide-react": "^0.475.0",
"md5": "^2.3.0",
"next": "15.1.7",
"next-auth": "5.0.0-beta.26",
"openai-edge": "^1.2.2",
"pdf": "^0.1.0",
"pdf-parse": "^1.1.1",
"pg": "^8.14.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-hot-toast": "^2.5.2",
"react-resizable-panels": "^2.1.9",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/node": "^20.17.30",
"@types/pg": "^8.11.13",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"drizzle-kit": "^0.30.6",
"eslint": "^9.25.1",
"eslint-config-next": "15.1.7",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
}
}