Skip to content

Commit 743435f

Browse files
chore: put mistral.ts in its approriate folder and reworked its code a little bit
1 parent 412922f commit 743435f

File tree

10 files changed

+70544
-2218
lines changed

10 files changed

+70544
-2218
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@ilovepdf/ilovepdf-nodejs": "^0.2.6",
1413
"@mistralai/mistralai": "^1.3.5",
1514
"@radix-ui/react-dialog": "^1.1.2",
1615
"@radix-ui/react-icons": "^1.3.0",
@@ -26,6 +25,7 @@
2625
"@react-pdf-viewer/zoom": "^3.12.0",
2726
"@t3-oss/env-nextjs": "^0.10.1",
2827
"@types/mongoose": "^5.11.97",
28+
"@ungap/with-resolvers": "^0.1.0",
2929
"@upstash/ratelimit": "^2.0.3",
3030
"@vercel/analytics": "^1.4.1",
3131
"@vercel/kv": "^3.0.0",
@@ -52,12 +52,14 @@
5252
"next-cloudinary": "^6.6.2",
5353
"next-themes": "^0.3.0",
5454
"node-fetch": "^3.3.2",
55+
"node-poppler": "^7.2.2",
5556
"nodemailer": "^6.9.13",
5657
"pdf-compressor": "^1.0.5",
5758
"pdf-lib": "^1.17.1",
5859
"pdf.worker": "link:pdfjs-dist/build/pdf.worker",
5960
"pdf2pic": "^3.1.3",
60-
"pdfjs-dist": "^3.4.120",
61+
"pdfjs-dist": "3.4.120",
62+
"pdftoimg-js": "^0.0.2",
6163
"react": "^18.3.0",
6264
"react-camera-pro": "^1.4.0",
6365
"react-dom": "^18.3.0",

0 commit comments

Comments
 (0)