Skip to content

Commit 6baab2e

Browse files
Merge pull request #82 from abhitrueprogrammer/staging
feat: AI upload is now functional
2 parents 7ac427e + b2e779e commit 6baab2e

File tree

9 files changed

+2802
-2351
lines changed

9 files changed

+2802
-2351
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@ilovepdf/ilovepdf-nodejs": "^0.2.6",
13+
"@mistralai/mistralai": "^1.3.5",
1414
"@radix-ui/react-dialog": "^1.1.2",
1515
"@radix-ui/react-icons": "^1.3.0",
1616
"@radix-ui/react-popover": "^1.1.2",
@@ -25,11 +25,13 @@
2525
"@react-pdf-viewer/zoom": "^3.12.0",
2626
"@t3-oss/env-nextjs": "^0.10.1",
2727
"@types/mongoose": "^5.11.97",
28+
"@ungap/with-resolvers": "^0.1.0",
2829
"@upstash/ratelimit": "^2.0.3",
2930
"@vercel/analytics": "^1.4.1",
3031
"@vercel/kv": "^3.0.0",
3132
"axios": "^1.7.2",
3233
"bcrypt": "^5.1.1",
34+
"canvas": "^3.0.0",
3335
"class-variance-authority": "^0.7.0",
3436
"cloudinary": "^2.2.0",
3537
"clsx": "^2.1.1",
@@ -50,10 +52,14 @@
5052
"next-cloudinary": "^6.6.2",
5153
"next-themes": "^0.3.0",
5254
"node-fetch": "^3.3.2",
55+
"node-poppler": "^7.2.2",
5356
"nodemailer": "^6.9.13",
5457
"pdf-compressor": "^1.0.5",
5558
"pdf-lib": "^1.17.1",
56-
"pdfjs-dist": "^3.4.120",
59+
"pdf.worker": "link:pdfjs-dist/build/pdf.worker",
60+
"pdf2pic": "^3.1.3",
61+
"pdfjs-dist": "3.4.120",
62+
"pdftoimg-js": "^0.0.2",
5763
"react": "^18.3.0",
5864
"react-camera-pro": "^1.4.0",
5965
"react-dom": "^18.3.0",

0 commit comments

Comments
 (0)