Merge branch 'main' into refactor/theme

This commit is contained in:
xiaoxian521
2021-11-07 13:32:38 +08:00
28 changed files with 640 additions and 700 deletions

View File

@@ -2,13 +2,6 @@
"name": "vue-pure-admin",
"version": "2.1.0",
"private": true,
"packageManager": "pnpm@6.20.1",
"workspaces": [
"build/**",
"mock/**",
"src/**",
"types/**"
],
"engines": {
"node": ">= 16",
"pnpm": ">= 6"
@@ -63,7 +56,7 @@
"sortablejs": "1.13.0",
"typescript-cookie": "^1.0.0",
"v-contextmenu": "3.0.0",
"vue": "^3.2.20",
"vue": "^3.2.21",
"vue-i18n": "^9.2.0-beta.3",
"vue-json-pretty": "^2.0.2",
"vue-router": "^4.0.11",
@@ -84,9 +77,9 @@
"@types/nprogress": "0.2.0",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"@vitejs/plugin-vue": "1.6.0",
"@vitejs/plugin-vue-jsx": "1.1.7",
"@vue/compiler-sfc": "3.2.20",
"@vitejs/plugin-vue": "^1.9.4",
"@vitejs/plugin-vue-jsx": "^1.2.0",
"@vue/compiler-sfc": "^3.2.21",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "7.0.0",
"@zougt/vite-plugin-theme-preprocessor": "^1.3.4",
@@ -104,7 +97,7 @@
"prettier": "2.3.2",
"pretty-quick": "3.1.1",
"rimraf": "3.0.2",
"sass": "1.38.0",
"sass": "1.32.8",
"sass-loader": "12.1.0",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",