Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
perf: use vite-plugin-style-import replace unplugin-vue-components #5
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Feb 9, 2022
1 parent 7db277b commit 10540eb
Show file tree
Hide file tree
Showing 5 changed files with 4,907 additions and 3,129 deletions.
42 changes: 0 additions & 42 deletions components.d.ts

This file was deleted.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,62 +23,62 @@
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@vueuse/core": "^7.5.5",
"@vueuse/core": "^7.6.0",
"ant-design-vue": "3.0.0-beta.9",
"axios": "^0.25.0",
"core-js": "^3.20.3",
"core-js": "^3.21.0",
"dayjs": "^1.10.7",
"file-saver": "^2.0.5",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^1.0.0-1",
"pinia": "2.0.10",
"pinia": "2.0.11",
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
"sortablejs": "^1.14.0",
"vue": "^3.2.29",
"vue": "^3.2.30",
"vue-i18n": "^9.2.0-beta.30",
"vue-router": "^4.0.12",
"xlsx": "^0.17.5"
"xlsx": "^0.18.0"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/lodash-es": "^4.17.5",
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.16",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^2.1.0",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "^3.2.29",
"@vue/compiler-sfc": "^3.2.30",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.2.3",
"eslint-define-config": "^1.2.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.0",
"eslint-plugin-vue": "^8.4.1",
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^12.3.2",
"lint-staged": "^12.3.3",
"lodash-webpack-plugin": "^0.11.6",
"mockjs": "^1.1.0",
"postcss-html": "^1.3.0",
"prettier": "^2.5.1",
"stylelint": "^14.3.0",
"stylelint": "^14.4.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"typescript": "^4.5.5",
"unplugin-vue-components": "^0.17.15",
"vite": "^2.8.0-beta.3",
"vite": "^2.8.0-beta.6",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^1.4.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-windicss": "^1.6.3",
"vite-plugin-windicss": "^1.7.0",
"vue-eslint-parser": "^8.2.0",
"windicss": "^3.4.3"
},
Expand Down
Loading

0 comments on commit 10540eb

Please sign in to comment.