Commit e4c952f381c3b782f27ecbc0727f13325b5760f0
1 parent
e410ce4a
chore: remove redundant dependencies
Showing
2 changed files
with
2 additions
and
4 deletions
README.md
@@ -197,8 +197,8 @@ yarn log # 生成CHANGELOG | @@ -197,8 +197,8 @@ yarn log # 生成CHANGELOG | ||
197 | - [x] 系统性能优化 | 197 | - [x] 系统性能优化 |
198 | - [x] 兼容最新`vuex`,`vue-router` | 198 | - [x] 兼容最新`vuex`,`vue-router` |
199 | - [x] 图片预览组件 | 199 | - [x] 图片预览组件 |
200 | -- [ ] 表格组件 | ||
201 | -- [ ] 可编辑表格 | 200 | +- [x] 表格组件 |
201 | +- [x] 可编辑表格 | ||
202 | - [ ] 图表库 | 202 | - [ ] 图表库 |
203 | - [ ] 数字动画 | 203 | - [ ] 数字动画 |
204 | - [ ] 主题配置 | 204 | - [ ] 主题配置 |
package.json
@@ -71,7 +71,6 @@ | @@ -71,7 +71,6 @@ | ||
71 | "koa-static": "^5.0.0", | 71 | "koa-static": "^5.0.0", |
72 | "less": "^3.12.2", | 72 | "less": "^3.12.2", |
73 | "lint-staged": "^10.4.0", | 73 | "lint-staged": "^10.4.0", |
74 | - "ora": "^5.1.0", | ||
75 | "portfinder": "^1.0.28", | 74 | "portfinder": "^1.0.28", |
76 | "postcss-import": "^12.0.1", | 75 | "postcss-import": "^12.0.1", |
77 | "prettier": "^2.1.2", | 76 | "prettier": "^2.1.2", |
@@ -88,7 +87,6 @@ | @@ -88,7 +87,6 @@ | ||
88 | "ts-node": "^9.0.0", | 87 | "ts-node": "^9.0.0", |
89 | "typescript": "^4.0.3", | 88 | "typescript": "^4.0.3", |
90 | "vite": "^1.0.0-rc.4", | 89 | "vite": "^1.0.0-rc.4", |
91 | - "vite-jsx": "^1.0.5", | ||
92 | "vite-plugin-mock": "^1.0.2", | 90 | "vite-plugin-mock": "^1.0.2", |
93 | "vite-plugin-purge-icons": "^0.4.1", | 91 | "vite-plugin-purge-icons": "^0.4.1", |
94 | "vue-eslint-parser": "^7.1.0" | 92 | "vue-eslint-parser": "^7.1.0" |