|
@ -38,7 +38,6 @@ |
|
|
"@vueuse/shared": "^9.1.1", |
|
|
"@vueuse/shared": "^9.1.1", |
|
|
"animate.css": "^4.1.1", |
|
|
"animate.css": "^4.1.1", |
|
|
"axios": "^0.27.2", |
|
|
"axios": "^0.27.2", |
|
|
"css-color-function": "^1.3.3", |
|
|
|
|
|
"dayjs": "^1.11.4", |
|
|
"dayjs": "^1.11.4", |
|
|
"echarts": "^5.3.3", |
|
|
"echarts": "^5.3.3", |
|
|
"element-plus": "^2.2.16", |
|
|
"element-plus": "^2.2.16", |
|
@ -83,9 +82,9 @@ |
|
|
"@types/qs": "^6.9.7", |
|
|
"@types/qs": "^6.9.7", |
|
|
"@typescript-eslint/eslint-plugin": "^5.10.2", |
|
|
"@typescript-eslint/eslint-plugin": "^5.10.2", |
|
|
"@typescript-eslint/parser": "^5.10.2", |
|
|
"@typescript-eslint/parser": "^5.10.2", |
|
|
"@vitejs/plugin-legacy": "^2.0.1", |
|
|
|
|
|
"@vitejs/plugin-vue": "^3.0.3", |
|
|
|
|
|
"@vitejs/plugin-vue-jsx": "^2.0.0", |
|
|
|
|
|
|
|
|
"@vitejs/plugin-legacy": "^2.1.0", |
|
|
|
|
|
"@vitejs/plugin-vue": "^3.1.0", |
|
|
|
|
|
"@vitejs/plugin-vue-jsx": "^2.0.1", |
|
|
"@vue/eslint-config-prettier": "^7.0.0", |
|
|
"@vue/eslint-config-prettier": "^7.0.0", |
|
|
"@vue/eslint-config-typescript": "^10.0.0", |
|
|
"@vue/eslint-config-typescript": "^10.0.0", |
|
|
"@vue/runtime-core": "^3.2.38", |
|
|
"@vue/runtime-core": "^3.2.38", |
|
@ -106,7 +105,7 @@ |
|
|
"prettier": "^2.5.1", |
|
|
"prettier": "^2.5.1", |
|
|
"pretty-quick": "3.1.1", |
|
|
"pretty-quick": "3.1.1", |
|
|
"rimraf": "3.0.2", |
|
|
"rimraf": "3.0.2", |
|
|
"rollup-plugin-visualizer": "^5.8.0", |
|
|
|
|
|
|
|
|
"rollup-plugin-visualizer": "^5.8.1", |
|
|
"sass": "^1.53.0", |
|
|
"sass": "^1.53.0", |
|
|
"sass-loader": "^13.0.2", |
|
|
"sass-loader": "^13.0.2", |
|
|
"stylelint": "^14.3.0", |
|
|
"stylelint": "^14.3.0", |
|
@ -115,21 +114,21 @@ |
|
|
"stylelint-config-recommended": "^6.0.0", |
|
|
"stylelint-config-recommended": "^6.0.0", |
|
|
"stylelint-config-standard": "^24.0.0", |
|
|
"stylelint-config-standard": "^24.0.0", |
|
|
"stylelint-order": "^5.0.0", |
|
|
"stylelint-order": "^5.0.0", |
|
|
|
|
|
"terser": "^5.15.0", |
|
|
"typescript": "^4.7.4", |
|
|
"typescript": "^4.7.4", |
|
|
"unocss": "^0.45.14", |
|
|
|
|
|
|
|
|
"unocss": "^0.45.15", |
|
|
"unplugin-vue-define-options": "0.7.3", |
|
|
"unplugin-vue-define-options": "0.7.3", |
|
|
"vite": "^3.0.9", |
|
|
|
|
|
|
|
|
"vite": "^3.1.0", |
|
|
"vite-plugin-mock": "^2.9.6", |
|
|
"vite-plugin-mock": "^2.9.6", |
|
|
"vite-plugin-remove-console": "^1.1.0", |
|
|
"vite-plugin-remove-console": "^1.1.0", |
|
|
"vite-svg-loader": "^3.4.0", |
|
|
"vite-svg-loader": "^3.4.0", |
|
|
"vue-eslint-parser": "^8.2.0", |
|
|
"vue-eslint-parser": "^8.2.0", |
|
|
"vue-tsc": "^0.40.5" |
|
|
|
|
|
|
|
|
"vue-tsc": "^0.40.7" |
|
|
}, |
|
|
}, |
|
|
"pnpm": { |
|
|
"pnpm": { |
|
|
"peerDependencyRules": { |
|
|
"peerDependencyRules": { |
|
|
"ignoreMissing": [ |
|
|
"ignoreMissing": [ |
|
|
"rollup", |
|
|
"rollup", |
|
|
"terser", |
|
|
|
|
|
"webpack" |
|
|
"webpack" |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|