no message
Showing
.vscode/settings.json
0 → 100644
combined.log
0 → 100644
error.log
0 → 100644
This diff is collapsed.
Click to expand it.
... | ... | @@ -8,7 +8,8 @@ |
"@types/node": "^10.12.18", | ||
"bson": "^6.1.0", | ||
"compression": "^1.7.4", | ||
"express": "^4.17.1", | ||
"connect-history-api-fallback": "^2.0.0", | ||
"express": "^4.21.2", | ||
"express-async-handler": "^1.1.4", | ||
"express-history-api-fallback": "^2.2.1", | ||
"formidable": "^1.2.1", | ||
... | ... | @@ -26,10 +27,13 @@ |
"sequelize": "^6.32.1", | ||
"svg-captcha": "^1.3.12", | ||
"tencentcloud-sdk-nodejs": "^4.0.562", | ||
"winston": "^3.17.0", | ||
"ws": "^5.2.2", | ||
"xml2js": "^0.4.23" | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"@types/express": "^5.0.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment