feat: MC Report System - MySQL + Express + Vanilla JS SPA
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user