Adding reporting, and some fake/dummy routes locally for testing functionality.
All checks were successful
Deploy Frontend / deploy (push) Successful in 22s

This commit is contained in:
Bailey Taylor
2025-10-29 08:20:06 +08:00
parent 271d454bb3
commit 1d882fbfee
7 changed files with 865 additions and 0 deletions

View File

@@ -23,8 +23,10 @@
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"jsonstream": "^1.0.3",
"jspdf": "^3.0.3",
"jwt-decode": "^4.0.0",
"mysql2": "^3.14.0",
"next": "15.2.4",
@@ -40,6 +42,7 @@
"@eslint/eslintrc": "^3.3.1",
"@types/crypto-js": "^4.2.2",
"@types/js-cookie": "^3.0.6",
"@types/jspdf": "^1.3.3",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^20",
"@types/react": "^19",