Added QRCode for PDF

This commit is contained in:
Joao Ramos
2024-01-04 19:49:15 +00:00
parent a4f79d236d
commit 432f4a735f
4 changed files with 221 additions and 54 deletions

View File

@@ -24,7 +24,6 @@
"@types/react-dom": "18.0.10",
"axios": "^1.3.5",
"bcrypt": "^5.1.1",
"blob-stream": "^0.1.3",
"chart.js": "^4.2.1",
"clsx": "^1.2.1",
"countries-list": "^3.0.1",
@@ -48,6 +47,7 @@
"nodemailer-express-handlebars": "^6.1.0",
"primeicons": "^6.0.1",
"primereact": "^9.2.3",
"qrcode": "^1.5.3",
"random-words": "^2.0.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
@@ -82,6 +82,7 @@
"@types/lodash": "^4.14.191",
"@types/nodemailer": "^6.4.11",
"@types/nodemailer-express-handlebars": "^4.0.3",
"@types/qrcode": "^1.5.5",
"@types/react-csv": "^1.1.10",
"@types/react-datepicker": "^4.15.1",
"@types/uuid": "^9.0.1",