diff --git a/package-lock.json b/package-lock.json index e3c6bdd..f037c81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,8 @@ "vue-echarts": "^7.0.3", "vue-router": "^4.4.5", "vue3-seamless-scroll": "^2.0.1", - "vuedraggable": "^4.1.0" + "vuedraggable": "^4.1.0", + "whepts": "^1.0.2" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", @@ -6165,6 +6166,12 @@ "resolved": "git+ssh://git@github.com/xqq/webworkify-webpack.git#24d1e719b4a6cac37a518b2bb10fe124527ef4ef", "license": "MIT" }, + "node_modules/whepts": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/whepts/-/whepts-1.0.2.tgz", + "integrity": "sha512-9P0OP514Z2ZR2ev7qMOApplw6ERMChqgPi6eWWn6HTlTpDV0gW7Zqs4kLAKIV7xqxXCDNDCorxNz8ekOYAEp5g==", + "license": "MIT" + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index 58b73b9..888e449 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "vue-echarts": "^7.0.3", "vue-router": "^4.4.5", "vue3-seamless-scroll": "^2.0.1", - "vuedraggable": "^4.1.0" + "vuedraggable": "^4.1.0", + "whepts": "^1.0.2" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1",