Expand application functionality

This commit is contained in:
2026-07-20 19:23:11 +08:00 Unverified
parent 6aeed6b880
commit 5b86cdaec2
10 changed files with 3037 additions and 22 deletions
+3 -1
View File
@@ -9,8 +9,10 @@
"reset-db": "node scripts/reset-dev-database.mjs"
},
"dependencies": {
"ckeditor5": "^48.3.1",
"exceljs": "^4.4.0",
"mysql2": "^3.14.2"
"mysql2": "^3.14.2",
"sanitize-html": "^2.17.6"
},
"overrides": {
"exceljs": {