From 7beb37c5170f93a33c059c72fac3233b82865481 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Sun, 04 Feb 2024 09:43:09 +0800 Subject: [PATCH] fix:修改成16位风向值 --- package.json | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fd246cd..890cfff 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,19 @@ "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml" }, "dependencies": { + "@typescript-eslint/eslint-plugin": "^6.13.2", "angular-expressions": "^1.1.5", "axios": "0.18.0", "clipboard": "^2.0.10", "crypto-js": "^4.0.0", + "dayjs": "^1.11.10", "docxtemplater": "^3.32.4", "docxtemplater-image-module-free": "^1.1.1", "echarts": "^5.2.2", "element-ui": "^2.15.5", "esri-leaflet": "^3.0.7", "file-saver": "^2.0.5", + "html2canvas": "^1.4.1", "image-size": "^1.0.2", "jquery": "^3.5.1", "js-cookie": "2.2.0", @@ -45,15 +48,19 @@ "open-docxtemplater-image-module": "^1.0.3", "path-to-regexp": "2.4.0", "pizzip": "^3.1.3", + "qs": "^6.11.2", "tasksfile": "^5.1.1", "three": "^0.132.2", "vue": "2.6.10", "vue-amap": "^0.5.10", "vue-amp": "^0.0.1", "vue-baidu-map": "^0.21.22", + "vue-eslint-parser": "^9.3.2", "vue-json-excel": "^0.3.0", "vue-mapvgl": "^0.0.32", "vue-router": "3.0.6", + "vue-seamless-scroll": "^1.1.23", + "vue-time-slider": "^1.0.5", "vuex": "3.1.0", "xlsx": "^0.16.9", "xlsx-style": "^0.8.13" @@ -63,6 +70,7 @@ "@babel/eslint-parser": "^7.16.5", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/register": "7.0.0", + "@typescript-eslint/parser": "^6.13.2", "@vue/cli-plugin-babel": "3.6.0", "@vue/cli-plugin-eslint": "3.6.0", "@vue/cli-plugin-unit-jest": "3.6.3", @@ -70,22 +78,24 @@ "@vue/test-utils": "1.0.0-beta.29", "autoprefixer": "^9.5.1", "babel-core": "7.0.0-bridge.0", - "babel-eslint": "10.0.1", + "babel-eslint": "^10.0.1", "babel-jest": "23.6.0", "chalk": "2.4.2", "connect": "3.6.6", - "eslint": "^5.16.0", + "eslint": "^7.32.0", + "eslint-config-prettier": "^9.0.0", "eslint-config-standard": "^10.2.1", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.7.1", "eslint-plugin-html": "^6.2.0", - "eslint-plugin-import": "^2.28.1", + "eslint-plugin-import": "^2.29.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0", - "eslint-plugin-vue": "^5.2.3", + "eslint-plugin-vue": "^7.20.0", "html-webpack-plugin": "3.2.0", "mockjs": "1.0.1-beta3", + "prettier": "3.0.3", "runjs": "^4.3.2", "sass-loader": "^7.1.0", "script-ext-html-webpack-plugin": "2.1.3", @@ -107,4 +117,4 @@ "**/@vue/cli-plugin-eslint", "**/@vue/cli-plugin-eslint/**" ] -} \ No newline at end of file +} -- Gitblit v1.8.0