|
@@ -11,6 +11,7 @@
|
|
|
"dependencies": {
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
|
"@vant/use": "^1.5.1",
|
|
|
+ "@vueuse/core": "^10.1.2",
|
|
|
"clean-deep": "^3.4.0",
|
|
|
"dayjs": "^1.11.7",
|
|
|
"echarts": "^5.4.2",
|
|
@@ -2346,6 +2347,11 @@
|
|
|
"@types/node": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@types/web-bluetooth": {
|
|
|
+ "version": "0.0.17",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.17.tgz",
|
|
|
+ "integrity": "sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA=="
|
|
|
+ },
|
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
|
"version": "5.59.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.1.tgz",
|
|
@@ -2928,6 +2934,30 @@
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.2.47.tgz",
|
|
|
"integrity": "sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ=="
|
|
|
},
|
|
|
+ "node_modules/@vueuse/core": {
|
|
|
+ "version": "10.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-10.1.2.tgz",
|
|
|
+ "integrity": "sha512-roNn8WuerI56A5uiTyF/TEYX0Y+VKlhZAF94unUfdhbDUI+NfwQMn4FUnUscIRUhv3344qvAghopU4bzLPNFlA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/web-bluetooth": "^0.0.17",
|
|
|
+ "@vueuse/metadata": "10.1.2",
|
|
|
+ "@vueuse/shared": "10.1.2",
|
|
|
+ "vue-demi": ">=0.14.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vueuse/metadata": {
|
|
|
+ "version": "10.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.1.2.tgz",
|
|
|
+ "integrity": "sha512-3mc5BqN9aU2SqBeBuWE7ne4OtXHoHKggNgxZR2K+zIW4YLsy6xoZ4/9vErQs6tvoKDX6QAqm3lvsrv0mczAwIQ=="
|
|
|
+ },
|
|
|
+ "node_modules/@vueuse/shared": {
|
|
|
+ "version": "10.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-10.1.2.tgz",
|
|
|
+ "integrity": "sha512-1uoUTPBlgyscK9v6ScGeVYDDzlPSFXBlxuK7SfrDGyUTBiznb3mNceqhwvZHjtDRELZEN79V5uWPTF1VDV8svA==",
|
|
|
+ "dependencies": {
|
|
|
+ "vue-demi": ">=0.14.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/acorn": {
|
|
|
"version": "8.8.2",
|
|
|
"resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.8.2.tgz",
|
|
@@ -7673,6 +7703,28 @@
|
|
|
"@vue/shared": "3.2.47"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/vue-demi": {
|
|
|
+ "version": "0.14.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.5.tgz",
|
|
|
+ "integrity": "sha512-o9NUVpl/YlsGJ7t+xuqJKx8EBGf1quRhCiT6D/J0pfwmk9zUwYkC7yrF4SZCe6fETvSM3UNL2edcbYrSyc4QHA==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "bin": {
|
|
|
+ "vue-demi-fix": "bin/vue-demi-fix.js",
|
|
|
+ "vue-demi-switch": "bin/vue-demi-switch.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@vue/composition-api": "^1.0.0-rc.1",
|
|
|
+ "vue": "^3.0.0-0 || ^2.6.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@vue/composition-api": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/vue-eslint-parser": {
|
|
|
"version": "9.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.1.1.tgz",
|
|
@@ -9697,6 +9749,11 @@
|
|
|
"@types/node": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "@types/web-bluetooth": {
|
|
|
+ "version": "0.0.17",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.17.tgz",
|
|
|
+ "integrity": "sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA=="
|
|
|
+ },
|
|
|
"@typescript-eslint/eslint-plugin": {
|
|
|
"version": "5.59.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.1.tgz",
|
|
@@ -10149,6 +10206,30 @@
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.2.47.tgz",
|
|
|
"integrity": "sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ=="
|
|
|
},
|
|
|
+ "@vueuse/core": {
|
|
|
+ "version": "10.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-10.1.2.tgz",
|
|
|
+ "integrity": "sha512-roNn8WuerI56A5uiTyF/TEYX0Y+VKlhZAF94unUfdhbDUI+NfwQMn4FUnUscIRUhv3344qvAghopU4bzLPNFlA==",
|
|
|
+ "requires": {
|
|
|
+ "@types/web-bluetooth": "^0.0.17",
|
|
|
+ "@vueuse/metadata": "10.1.2",
|
|
|
+ "@vueuse/shared": "10.1.2",
|
|
|
+ "vue-demi": ">=0.14.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@vueuse/metadata": {
|
|
|
+ "version": "10.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.1.2.tgz",
|
|
|
+ "integrity": "sha512-3mc5BqN9aU2SqBeBuWE7ne4OtXHoHKggNgxZR2K+zIW4YLsy6xoZ4/9vErQs6tvoKDX6QAqm3lvsrv0mczAwIQ=="
|
|
|
+ },
|
|
|
+ "@vueuse/shared": {
|
|
|
+ "version": "10.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-10.1.2.tgz",
|
|
|
+ "integrity": "sha512-1uoUTPBlgyscK9v6ScGeVYDDzlPSFXBlxuK7SfrDGyUTBiznb3mNceqhwvZHjtDRELZEN79V5uWPTF1VDV8svA==",
|
|
|
+ "requires": {
|
|
|
+ "vue-demi": ">=0.14.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"acorn": {
|
|
|
"version": "8.8.2",
|
|
|
"resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.8.2.tgz",
|
|
@@ -13877,6 +13958,11 @@
|
|
|
"@vue/shared": "3.2.47"
|
|
|
}
|
|
|
},
|
|
|
+ "vue-demi": {
|
|
|
+ "version": "0.14.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.5.tgz",
|
|
|
+ "integrity": "sha512-o9NUVpl/YlsGJ7t+xuqJKx8EBGf1quRhCiT6D/J0pfwmk9zUwYkC7yrF4SZCe6fETvSM3UNL2edcbYrSyc4QHA=="
|
|
|
+ },
|
|
|
"vue-eslint-parser": {
|
|
|
"version": "9.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.1.1.tgz",
|