diff --git a/package-lock.json b/package-lock.json index 2ffd60c6b2..0818feea74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,8 @@ "version": "1.0.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "vue": "^3.5.30" + "vue": "^3.5.30", + "vue-slicksort": "^2.0.5" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -4617,6 +4618,15 @@ "vue-eslint-parser": "^10.0.0" } }, + "node_modules/vue-slicksort": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/vue-slicksort/-/vue-slicksort-2.0.5.tgz", + "integrity": "sha512-fXz1YrNjhUbJK7o0tMk27mIr4pMAZYLSYvtmLazCtfpvz+zafPCn34ILDL8B7hT7WLVZKreYs6JVe5VWymqmzA==", + "license": "MIT", + "peerDependencies": { + "vue": ">=3.0.0" + } + }, "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 c20749c4eb..407da1a2d4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "vue": "^3.5.30" + "vue": "^3.5.30", + "vue-slicksort": "^2.0.5" }, "devDependencies": { "@eslint/js": "^10.0.1",