From e4c952f381c3b782f27ecbc0727f13325b5760f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=96=87=E5=BD=AC?= Date: Thu, 8 Oct 2020 14:52:15 +0800 Subject: [PATCH] chore: remove redundant dependencies --- README.md | 4 ++-- package.json | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c447b095..c3ba0071 100644 --- a/README.md +++ b/README.md @@ -197,8 +197,8 @@ yarn log # 生成CHANGELOG - [x] 系统性能优化 - [x] 兼容最新`vuex`,`vue-router` - [x] 图片预览组件 -- [ ] 表格组件 -- [ ] 可编辑表格 +- [x] 表格组件 +- [x] 可编辑表格 - [ ] 图表库 - [ ] 数字动画 - [ ] 主题配置 diff --git a/package.json b/package.json index c48e975b..e92ae6cb 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,6 @@ "koa-static": "^5.0.0", "less": "^3.12.2", "lint-staged": "^10.4.0", - "ora": "^5.1.0", "portfinder": "^1.0.28", "postcss-import": "^12.0.1", "prettier": "^2.1.2", @@ -88,7 +87,6 @@ "ts-node": "^9.0.0", "typescript": "^4.0.3", "vite": "^1.0.0-rc.4", - "vite-jsx": "^1.0.5", "vite-plugin-mock": "^1.0.2", "vite-plugin-purge-icons": "^0.4.1", "vue-eslint-parser": "^7.1.0" -- GitLab