aktueller Stand

This commit is contained in:
root
2025-11-09 14:31:52 +01:00
parent dc95156793
commit cd93800ffb
5 changed files with 266 additions and 124 deletions

View File

@@ -3,17 +3,18 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^1.7.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"node-cron": "^3.0.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.9.5",
"uuid": "^11.0.3",
"web-vitals": "^2.1.4"
},