This commit is contained in:
2026-01-06 22:12:29 +01:00
parent bfdd69533d
commit a73b3db0ed
56 changed files with 2847 additions and 7 deletions

View File

@@ -17,6 +17,7 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@react-pdf/renderer": "^4.3.2",
"@types/cheerio": "^0.22.35",
"axios": "^1.13.2",
"cheerio": "^1.1.2",
@@ -27,9 +28,12 @@
"next": "^14.2.35",
"next-i18next": "^15.4.3",
"next-intl": "^4.6.1",
"pdf-lib": "^1.17.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resend": "^3.5.0",
"sharp": "^0.34.5",
"svg-to-pdfkit": "^0.1.8",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
@@ -38,6 +42,7 @@
"@types/node": "^22.19.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/sharp": "^0.31.1",
"@vitest/ui": "^4.0.16",
"autoprefixer": "^10.4.23",
"eslint": "^9.17.0",