This commit is contained in:
2026-08-19 11:24:28 +02:00
parent 4f5e300b4a
commit 38b6b8b1fa
6 changed files with 334 additions and 43 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
{
"name": "fixfin",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"type": "module",
"scripts": {
@@ -11,7 +11,9 @@
"dependencies": {
"express": "5.1.0",
"react": "19.1.1",
"react-dom": "19.1.1"
"react-dom": "19.1.1",
"exceljs": "4.4.0",
"pdfkit": "0.19.1"
},
"devDependencies": {
"@vitejs/plugin-react": "5.0.2",