|
10 | 10 | "start": "next start" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@ilovepdf/ilovepdf-nodejs": "^0.2.6", |
| 13 | + "@mistralai/mistralai": "^1.3.5", |
14 | 14 | "@radix-ui/react-dialog": "^1.1.2", |
15 | 15 | "@radix-ui/react-icons": "^1.3.0", |
16 | 16 | "@radix-ui/react-popover": "^1.1.2", |
|
25 | 25 | "@react-pdf-viewer/zoom": "^3.12.0", |
26 | 26 | "@t3-oss/env-nextjs": "^0.10.1", |
27 | 27 | "@types/mongoose": "^5.11.97", |
| 28 | + "@ungap/with-resolvers": "^0.1.0", |
28 | 29 | "@upstash/ratelimit": "^2.0.3", |
29 | 30 | "@vercel/analytics": "^1.4.1", |
30 | 31 | "@vercel/kv": "^3.0.0", |
31 | 32 | "axios": "^1.7.2", |
32 | 33 | "bcrypt": "^5.1.1", |
| 34 | + "canvas": "^3.0.0", |
33 | 35 | "class-variance-authority": "^0.7.0", |
34 | 36 | "cloudinary": "^2.2.0", |
35 | 37 | "clsx": "^2.1.1", |
|
50 | 52 | "next-cloudinary": "^6.6.2", |
51 | 53 | "next-themes": "^0.3.0", |
52 | 54 | "node-fetch": "^3.3.2", |
| 55 | + "node-poppler": "^7.2.2", |
53 | 56 | "nodemailer": "^6.9.13", |
54 | 57 | "pdf-compressor": "^1.0.5", |
55 | 58 | "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", |
57 | 63 | "react": "^18.3.0", |
58 | 64 | "react-camera-pro": "^1.4.0", |
59 | 65 | "react-dom": "^18.3.0", |
|
0 commit comments