Commit e4c952f381c3b782f27ecbc0727f13325b5760f0

Authored by 陈文彬
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 197 - [x] 系统性能优化
198 198 - [x] 兼容最新`vuex`,`vue-router`
199 199 - [x] 图片预览组件
200   -- [ ] 表格组件
201   -- [ ] 可编辑表格
  200 +- [x] 表格组件
  201 +- [x] 可编辑表格
202 202 - [ ] 图表库
203 203 - [ ] 数字动画
204 204 - [ ] 主题配置
... ...
package.json
... ... @@ -71,7 +71,6 @@
71 71 "koa-static": "^5.0.0",
72 72 "less": "^3.12.2",
73 73 "lint-staged": "^10.4.0",
74   - "ora": "^5.1.0",
75 74 "portfinder": "^1.0.28",
76 75 "postcss-import": "^12.0.1",
77 76 "prettier": "^2.1.2",
... ... @@ -88,7 +87,6 @@
88 87 "ts-node": "^9.0.0",
89 88 "typescript": "^4.0.3",
90 89 "vite": "^1.0.0-rc.4",
91   - "vite-jsx": "^1.0.5",
92 90 "vite-plugin-mock": "^1.0.2",
93 91 "vite-plugin-purge-icons": "^0.4.1",
94 92 "vue-eslint-parser": "^7.1.0"
... ...