添加openapi模块

This commit is contained in:
hanhh
2021-08-26 19:01:39 +08:00
parent 7739cef7b8
commit 1e58254f4c
12 changed files with 730 additions and 47 deletions
+3 -1
View File
@@ -31,6 +31,7 @@
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-urlrewrite": "^1.4.0",
"got": "^11.8.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
@@ -40,6 +41,7 @@
"p-queue": "6.6.2",
"reflect-metadata": "^0.1.13",
"typedi": "^0.8.0",
"uuid": "^8.3.2",
"winston": "^3.3.3"
},
"devDependencies": {
@@ -69,10 +71,10 @@
"react": "17.x",
"react-codemirror2": "^7.2.1",
"react-diff-viewer": "^3.1.1",
"react-split-pane": "^0.1.92",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "17.x",
"react-split-pane": "^0.1.92",
"ts-node": "^9.0.0",
"typescript": "^4.1.2",
"umi": "^3.3.9",