fix(server): grammatical errors
正在显示
... | ... | @@ -70,13 +70,12 @@ |
"@types/nprogress": "^0.2.0", | ||
"@types/qrcode": "^1.4.0", | ||
"@types/qs": "^6.9.6", | ||
"@types/rollup-plugin-visualizer": "^2.6.0", | ||
"@types/sortablejs": "^1.10.6", | ||
"@typescript-eslint/eslint-plugin": "^4.20.0", | ||
"@typescript-eslint/parser": "^4.20.0", | ||
"@vitejs/plugin-legacy": "^1.3.2", | ||
"@vitejs/plugin-vue": "^1.2.1", | ||
"@vitejs/plugin-vue-jsx": "^1.1.2", | ||
"@vitejs/plugin-vue-jsx": "^1.1.3", | ||
"@vue/compiler-sfc": "3.0.10", | ||
"autoprefixer": "^10.2.5", | ||
"commitizen": "^4.2.3", | ||
... | ... | @@ -100,7 +99,7 @@ |
"prettier": "^2.2.1", | ||
"pretty-quick": "^3.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup-plugin-visualizer": "4.2.2", | ||
"rollup-plugin-visualizer": "5.0.4", | ||
"stylelint": "^13.12.0", | ||
"stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-standard": "^21.0.0", | ||
... | ... | @@ -111,18 +110,19 @@ |
"vite-plugin-compression": "^0.2.3", | ||
"vite-plugin-html": "^2.0.3", | ||
"vite-plugin-imagemin": "^0.2.9", | ||
"vite-plugin-mock": "^2.4.1", | ||
"vite-plugin-mock": "^2.4.2", | ||
"vite-plugin-purge-icons": "^0.7.0", | ||
"vite-plugin-pwa": "^0.6.4", | ||
"vite-plugin-style-import": "^0.9.1", | ||
"vite-plugin-svg-icons": "^0.4.0", | ||
"vite-plugin-theme": "^0.5.0", | ||
"vite-plugin-windicss": "0.10.4", | ||
"vite-plugin-windicss": "0.11.4", | ||
"vue-eslint-parser": "^7.6.0" | ||
}, | ||
"resolutions": { | ||
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", | ||
"bin-wrapper": "npm:bin-wrapper-china" | ||
"bin-wrapper": "npm:bin-wrapper-china", | ||
"rollup": "^2.44.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
请
注册
或者
登录
后发表评论