|
10 | 10 | "start": "next start"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@ilovepdf/ilovepdf-nodejs": "^0.2.6", |
14 | 13 | "@mistralai/mistralai": "^1.3.5",
|
15 | 14 | "@radix-ui/react-dialog": "^1.1.2",
|
16 | 15 | "@radix-ui/react-icons": "^1.3.0",
|
|
26 | 25 | "@react-pdf-viewer/zoom": "^3.12.0",
|
27 | 26 | "@t3-oss/env-nextjs": "^0.10.1",
|
28 | 27 | "@types/mongoose": "^5.11.97",
|
| 28 | + "@ungap/with-resolvers": "^0.1.0", |
29 | 29 | "@upstash/ratelimit": "^2.0.3",
|
30 | 30 | "@vercel/analytics": "^1.4.1",
|
31 | 31 | "@vercel/kv": "^3.0.0",
|
|
52 | 52 | "next-cloudinary": "^6.6.2",
|
53 | 53 | "next-themes": "^0.3.0",
|
54 | 54 | "node-fetch": "^3.3.2",
|
| 55 | + "node-poppler": "^7.2.2", |
55 | 56 | "nodemailer": "^6.9.13",
|
56 | 57 | "pdf-compressor": "^1.0.5",
|
57 | 58 | "pdf-lib": "^1.17.1",
|
58 | 59 | "pdf.worker": "link:pdfjs-dist/build/pdf.worker",
|
59 | 60 | "pdf2pic": "^3.1.3",
|
60 |
| - "pdfjs-dist": "^3.4.120", |
| 61 | + "pdfjs-dist": "3.4.120", |
| 62 | + "pdftoimg-js": "^0.0.2", |
61 | 63 | "react": "^18.3.0",
|
62 | 64 | "react-camera-pro": "^1.4.0",
|
63 | 65 | "react-dom": "^18.3.0",
|
|
0 commit comments