修改后台配置

This commit is contained in:
xiaoxian521
2020-11-29 11:41:48 +08:00
parent 52f20896d9
commit 58868a8fb0
6 changed files with 327 additions and 48 deletions

View File

@@ -13,12 +13,15 @@
"license": "ISC",
"devDependencies": {
"nodemon": "^1.19.4",
"open": "^7.3.0",
"tslint": "^5.20.1",
"typescript": "^3.9.7"
},
"dependencies": {
"@types/express": "^4.17.9",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-swagger-generator": "^1.1.17"
"express-swagger-generator": "^1.1.17",
"winston": "^3.3.3"
}
}
}