-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "pdf-reader",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.9.0",
"@google/generative-ai": "^0.21.0",
"@langchain/community": "^0.3.19",
"@langchain/core": "^0.3.23",
"@langchain/google-genai": "^0.1.5",
"@neondatabase/serverless": "^0.10.4",
"@paypal/react-paypal-js": "^8.7.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@tiptap/extension-placeholder": "^2.10.3",
"@tiptap/pm": "^2.10.3",
"@tiptap/react": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"convex": "^1.17.3",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.0",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"next-themes": "^0.4.4",
"pdf-parse": "^1.1.1",
"react": "^18",
"react-dom": "^18",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3"
},
"devDependencies": {
"drizzle-kit": "^0.30.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}