登入模块1

This commit is contained in:
2021-07-24 21:08:41 +08:00
parent 61caf5458e
commit fd03c2d08f
8 changed files with 1195 additions and 9 deletions

View File

@@ -14,11 +14,17 @@
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^16.4.1",
"@types/tough-cookie": "^4.0.1",
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-validator": "^6.12.1",
"promise-mysql": "^5.0.3",
"qs": "^6.10.1",
"reflect-metadata": "^0.1.13",
"tough-cookie": "^4.0.0",
"ts-node": "^10.1.0",
"typedi": "^0.10.0"
}