feat: invoice generator

This commit is contained in:
Vasily Zubarev
2025-05-07 14:53:13 +02:00
parent 287abbb219
commit 8b5a2e8056
59 changed files with 2606 additions and 124 deletions

View File

@@ -24,7 +24,9 @@
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-pdf/renderer": "^4.3.0",
"@sentry/nextjs": "^9.11.0",
"@types/mime-types": "^2.1.4",
"@types/sharp": "^0.31.1",
"better-auth": "^1.2.5",
"class-variance-authority": "^0.7.1",
@@ -32,6 +34,7 @@
"date-fns": "^3.6.0",
"jszip": "^3.10.1",
"lucide-react": "^0.475.0",
"mime-types": "^3.0.1",
"next": "^15.2.4",
"next-themes": "^0.4.4",
"openai": "^4.85.4",