优化代码

This commit is contained in:
2025-12-24 10:08:38 +08:00
parent 03176aabdc
commit 18793b3e6d
143 changed files with 17043 additions and 10119 deletions

View File

@@ -43,13 +43,13 @@
"babel-preset-stage-2": "^6.22.0",
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^3.2.0",
"css-loader": "^1.0.1",
"echarts": "^4.3.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.3",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
@@ -61,7 +61,6 @@
"html-webpack-plugin": "^2.30.1",
"moment": "^2.24.0",
"node-notifier": "^5.1.2",
"node-sass": "^4.12.0",
"nprogress": "^0.2.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
@@ -69,14 +68,15 @@
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"rimraf": "^2.6.0",
"rimraf": "^5.0.0",
"sass": "^1.62.0",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^2.2.0",
"uuid": "^3.3.2",
"uuid": "^9.0.0",
"vue-echarts": "^4.0.4",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.1",
@@ -96,5 +96,8 @@
"> 1%",
"last 2 versions",
"not ie <= 8"
]
],
"optionalDependencies": {
"fsevents": "^2.3.3"
}
}