Merge branch 'master' of https://gitlab.yidian-inc.com/bp/op-web-service
Showing
... | @@ -15,6 +15,7 @@ | ... | @@ -15,6 +15,7 @@ |
"lint": "vue-cli-service lint" | "lint": "vue-cli-service lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@types/qr-image": "^3.2.4", | |||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
"core-js": "^3.6.5", | "core-js": "^3.6.5", | ||
"dayjs": "^1.10.6", | "dayjs": "^1.10.6", | ||
... | @@ -28,6 +29,7 @@ | ... | @@ -28,6 +29,7 @@ |
"koa-static": "^5.0.0", | "koa-static": "^5.0.0", | ||
"koa-views": "^7.0.1", | "koa-views": "^7.0.1", | ||
"moment": "^2.29.1", | "moment": "^2.29.1", | ||
"qr-image": "^3.2.0", | |||
"request": "^2.88.2", | "request": "^2.88.2", | ||
"uglifyjs-webpack-plugin": "^2.2.0", | "uglifyjs-webpack-plugin": "^2.2.0", | ||
"uuid": "^8.3.2", | "uuid": "^8.3.2", | ||
... | ... |
Please register or sign in to comment