feat: MC Report System - MySQL + Express + Vanilla JS SPA

This commit is contained in:
2026-07-12 01:23:19 +08:00
commit 247a4e851d
52 changed files with 5710 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "game-complaint-system",
"version": "3.0.0",
"description": "Game Player Reporting & Suggestion System",
"main": "backend/server.js",
"scripts": {
"start": "node backend/server.js"
},
"dependencies": {
"mysql2": "^3.11.0",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"express": "^4.18.2",
"cors": "^2.8.5",
"express-validator": "^7.0.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.8",
"uuid": "^9.0.0",
"helmet": "^7.1.0",
"express-rate-limit": "^7.3.1",
"xss": "^1.0.15"
}
}