|
10 | 10 | "start": "next start" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@google/generative-ai": "^0.24.0", |
14 | | - "@radix-ui/react-dialog": "^1.1.6", |
| 13 | + "@google/genai": "^0.7.0", |
| 14 | + "@radix-ui/react-accordion": "^1.2.4", |
| 15 | + "@radix-ui/react-dialog": "^1.1.7", |
15 | 16 | "@radix-ui/react-icons": "^1.3.2", |
16 | | - "@radix-ui/react-popover": "^1.1.6", |
17 | | - "@radix-ui/react-select": "^2.1.6", |
18 | | - "@radix-ui/react-separator": "^1.1.2", |
19 | | - "@radix-ui/react-slot": "^1.1.2", |
20 | | - "@radix-ui/react-switch": "^1.1.3", |
21 | | - "@react-pdf-viewer/core": "3.12.0", |
22 | | - "@react-pdf-viewer/full-screen": "^3.12.0", |
23 | | - "@react-pdf-viewer/get-file": "^3.12.0", |
24 | | - "@react-pdf-viewer/zoom": "^3.12.0", |
| 17 | + "@radix-ui/react-popover": "^1.1.7", |
| 18 | + "@radix-ui/react-select": "^2.1.7", |
| 19 | + "@radix-ui/react-separator": "^1.1.3", |
| 20 | + "@radix-ui/react-slot": "^1.2.0", |
| 21 | + "@radix-ui/react-switch": "^1.1.4", |
| 22 | + "@remixicon/react": "^4.6.0", |
25 | 23 | "@t3-oss/env-nextjs": "^0.10.1", |
26 | 24 | "@types/mongoose": "^5.11.97", |
27 | 25 | "@ungap/with-resolvers": "^0.1.0", |
28 | 26 | "@upstash/ratelimit": "^2.0.5", |
29 | 27 | "@vercel/kv": "^3.0.0", |
30 | | - "axios": "^1.8.2", |
| 28 | + "axios": "^1.8.4", |
31 | 29 | "canvas": "^3.1.0", |
32 | 30 | "class-variance-authority": "^0.7.1", |
33 | | - "cloudinary": "^2.5.1", |
| 31 | + "cloudinary": "^2.6.0", |
34 | 32 | "clsx": "^2.1.1", |
35 | 33 | "cmdk": "1.0.0", |
36 | 34 | "debounce": "^2.2.0", |
| 35 | + "embla-carousel-autoplay": "^8.6.0", |
| 36 | + "embla-carousel-react": "^8.6.0", |
37 | 37 | "fuse.js": "^7.1.0", |
38 | 38 | "geist": "^1.3.1", |
39 | 39 | "jose": "^5.10.0", |
| 40 | + "lodash": "^4.17.21", |
40 | 41 | "lucide-react": "^0.395.0", |
41 | | - "mongoose": "^8.12.1", |
42 | | - "next": "^14.2.24", |
| 42 | + "mongoose": "^8.13.2", |
| 43 | + "next": "^14.2.28", |
43 | 44 | "next-qrcode": "^2.5.1", |
44 | 45 | "next-themes": "^0.3.0", |
45 | 46 | "pdf-lib": "^1.17.1", |
46 | | - "pdfjs-dist": "3.4.120", |
47 | 47 | "prettier": "^3.5.3", |
48 | 48 | "prettier-plugin-tailwindcss": "^0.6.11", |
49 | 49 | "raw-loader": "^4.0.2", |
|
52 | 52 | "react-dropzone": "^14.3.8", |
53 | 53 | "react-hot-toast": "^2.5.2", |
54 | 54 | "react-icons": "^5.5.0", |
| 55 | + "react-pdf": "^9.2.1", |
55 | 56 | "tailwind-merge": "^2.6.0", |
56 | 57 | "tailwindcss-animate": "^1.0.7", |
57 | | - "zod": "^3.24.2" |
| 58 | + "zod": "^3.24.3" |
58 | 59 | }, |
59 | 60 | "devDependencies": { |
60 | 61 | "@types/eslint": "8.56.12", |
61 | | - "@types/react": "^18.3.18", |
62 | | - "@types/react-dom": "^18.3.5", |
63 | | - "@typescript-eslint/eslint-plugin": "^8.26.0", |
64 | | - "@typescript-eslint/parser": "^8.26.0", |
| 62 | + "@types/react": "^18.3.20", |
| 63 | + "@types/react-dom": "^18.3.6", |
| 64 | + "@typescript-eslint/eslint-plugin": "^8.30.1", |
| 65 | + "@typescript-eslint/parser": "^8.30.1", |
65 | 66 | "eslint": "^8.57.1", |
66 | | - "eslint-config-next": "^14.2.24", |
| 67 | + "eslint-config-next": "^14.2.28", |
67 | 68 | "tailwindcss": "^3.4.17", |
68 | | - "typescript": "^5.8.2" |
| 69 | + "typescript": "^5.8.3" |
69 | 70 | }, |
70 | 71 | "ct3aMetadata": { |
71 | 72 | "initVersion": "7.34.0" |
|
0 commit comments