ADD: added basic backend function plus a mockup for a cli interface

This commit is contained in:
2025-12-13 21:44:48 +01:00
parent c6de2481e6
commit a047d57824
21 changed files with 657 additions and 51 deletions

View File

@@ -11,8 +11,11 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"jwt-decode": "^4.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "^7.10.1",
"react-router-dom": "^6.30.2",
"tailwindcss": "^4.1.18"
},
"devDependencies": {