added pengguna,kurir page, with socket.io,need to switch this to node.js first

This commit is contained in:
kicap1992
2025-05-16 11:43:38 +08:00
parent 5329fb8265
commit 0ba4e846dc
1095 changed files with 12336 additions and 35 deletions

View File

@ -15,10 +15,14 @@
"@types/express": "^5.0.0",
"@types/express-fileupload": "^1.5.1",
"@types/express-form-data": "^2.0.5",
"axios": "^1.9.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"express-form-data": "^2.0.23",
"mongoose": "^8.12.1"
"mongoose": "^8.12.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"venom-bot": "^5.3.0"
}
}