Ver Fonte

chore: remove redundant dependencies

陈文彬 há 4 anos atrás
pai
commit
e4c952f381
2 ficheiros alterados com 2 adições e 4 exclusões
  1. 2 2
      README.md
  2. 0 2
      package.json

+ 2 - 2
README.md

@@ -197,8 +197,8 @@ yarn log # 生成CHANGELOG
 - [x] 系统性能优化
 - [x] 兼容最新`vuex`,`vue-router`
 - [x] 图片预览组件
-- [ ] 表格组件
-- [ ] 可编辑表格
+- [x] 表格组件
+- [x] 可编辑表格
 - [ ] 图表库
 - [ ] 数字动画
 - [ ] 主题配置

+ 0 - 2
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"