removed file upload dialog

removes file upload dialog from frontend, upload from backend along with parsing dependencies
This commit is contained in:
2026-05-01 22:34:26 +02:00
parent e5f9e737b2
commit 51d063b0e5
13 changed files with 9 additions and 294 deletions
+1 -4
View File
@@ -18,7 +18,6 @@
"cors": "^2.8.5",
"express": "^4.18.2",
"mongoose": "^7.4.1",
"multer": "^2.0.2",
"node-schedule": "^2.1.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
@@ -26,8 +25,7 @@
"speakeasy": "^2.0.0",
"tx2": "^1.0.5",
"underscore": "^1.13.8",
"web-push": "^3.6.7",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
"web-push": "^3.6.7"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
@@ -35,7 +33,6 @@
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/multer": "^1.4.11",
"@types/node-schedule": "^2.1.7",
"@types/passport": "^1.0.12",
"@types/passport-local": "^1.0.35",