Add necessary dependencies for jspdf & jspdf-autotable for PDF Print

This commit is contained in:
Tola Leng
2025-05-23 20:20:06 +08:00
parent 0e705e1309
commit 11deebe45f
+4 -2
View File
@@ -30,7 +30,7 @@
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-separator": "^1.1.6",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
@@ -46,6 +46,8 @@
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.3.0",
"input-otp": "^1.2.4",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"lucide-react": "^0.462.0",
"next-themes": "^0.3.0",
"pocketbase": "^0.19.0",
@@ -80,4 +82,4 @@
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}
}