fix(style): fix anticon style
正在显示
... | ... | @@ -28,6 +28,7 @@ |
"dependencies": { | ||
"@iconify/iconify": "^2.0.0-rc.6", | ||
"@vueuse/core": "^4.1.1", | ||
"@zxcvbn-ts/core": "^0.2.0", | ||
"ant-design-vue": "2.0.0", | ||
"apexcharts": "^3.25.0", | ||
"axios": "^0.21.1", | ||
... | ... | @@ -46,18 +47,16 @@ |
"vue-types": "^3.0.2", | ||
"vuex": "^4.0.0", | ||
"vuex-module-decorators": "^1.0.1", | ||
"xlsx": "^0.16.9", | ||
"zxcvbn": "^4.4.2" | ||
"xlsx": "^0.16.9" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@iconify/json": "^1.1.304", | ||
"@iconify/json": "^1.1.305", | ||
"@ls-lint/ls-lint": "^1.9.2", | ||
"@purge-icons/generated": "^0.7.0", | ||
"@types/fs-extra": "^9.0.7", | ||
"@types/http-proxy": "^1.17.5", | ||
"@types/koa-static": "^4.0.1", | ||
"@types/lodash-es": "^4.17.4", | ||
"@types/mockjs": "^1.0.3", | ||
"@types/nprogress": "^0.2.0", | ||
... | ... | @@ -65,7 +64,6 @@ |
"@types/rollup-plugin-visualizer": "^2.6.0", | ||
"@types/sortablejs": "^1.10.6", | ||
"@types/yargs": "^16.0.0", | ||
"@types/zxcvbn": "^4.4.0", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"@vitejs/plugin-legacy": "^1.3.1", | ||
... | ... | @@ -106,10 +104,10 @@ |
"vite-plugin-imagemin": "^0.2.6", | ||
"vite-plugin-mock": "^2.1.4", | ||
"vite-plugin-purge-icons": "^0.7.0", | ||
"vite-plugin-pwa": "^0.4.8", | ||
"vite-plugin-pwa": "^0.5.1", | ||
"vite-plugin-style-import": "^0.7.2", | ||
"vite-plugin-theme": "^0.4.3", | ||
"vite-plugin-windicss": "0.3.4", | ||
"vite-plugin-windicss": "0.3.12", | ||
"vue-eslint-parser": "^7.5.0", | ||
"yargs": "^16.2.0" | ||
}, | ||
... | ... |
请
注册
或者
登录
后发表评论