|
|
@@ -12,10 +12,17 @@
|
|
|
"test": "jest"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "@midwayjs/axios": "^2.13.4",
|
|
|
"@midwayjs/bootstrap": "^2.13.4",
|
|
|
+ "@midwayjs/cache": "^2.13.4",
|
|
|
+ "@midwayjs/core": "^2.13.4",
|
|
|
"@midwayjs/decorator": "^2.13.2",
|
|
|
"@midwayjs/hooks": "^2.2.2",
|
|
|
"@midwayjs/koa": "^2.11.0",
|
|
|
+ "@midwayjs/mongoose": "^2.13.4",
|
|
|
+ "@midwayjs/process-agent": "^2.13.4",
|
|
|
+ "@midwayjs/redis": "^2.13.4",
|
|
|
+ "@midwayjs/view-nunjucks": "^2.13.4",
|
|
|
"@sc/handsontable": "^6.3.11",
|
|
|
"@sc/tree": "^1.0.18",
|
|
|
"@sc/util": "^1.0.9",
|
|
|
@@ -23,11 +30,14 @@
|
|
|
"animejs": "^3.2.1",
|
|
|
"ant-design-vue": "2.2.7",
|
|
|
"axios": "^0.24.0",
|
|
|
+ "cache-manager": "^3.6.0",
|
|
|
"echarts": "^5.2.2",
|
|
|
"element-plus": "^1.1.0-beta.24",
|
|
|
"koa-bodyparser": "^4.3.0",
|
|
|
+ "koa-session": "^6.2.0",
|
|
|
"lodash": "^4.17.21",
|
|
|
"mitt": "^2.1.0",
|
|
|
+ "mongoose": "^5.13.13",
|
|
|
"vue": "^3.2.16",
|
|
|
"vue-router": "^4.0.12",
|
|
|
"vuex": "^4.0.2",
|
|
|
@@ -41,8 +51,11 @@
|
|
|
"@midwayjs/vite-plugin-hooks": "^2.2.3",
|
|
|
"@sc/types": "^1.0.29",
|
|
|
"@types/animejs": "^3.1.4",
|
|
|
+ "@types/cache-manager": "^3.4.2",
|
|
|
+ "@types/ioredis": "^4.28.1",
|
|
|
"@types/jest": "^26.0.23",
|
|
|
"@types/koa-bodyparser": "^4.3.1",
|
|
|
+ "@types/koa-session": "^5.10.4",
|
|
|
"@types/lodash": "^4.14.176",
|
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
|
"@typescript-eslint/parser": "^4.18.0",
|