From fd84245c7ea2f577d16869cb2ea70cf84a0b09bd Mon Sep 17 00:00:00 2001 From: Arturo Manzoli Date: Thu, 11 Apr 2024 14:24:59 -0300 Subject: [PATCH] Components: VideoLibraryModal: Add Hammer.js library Signed-off-by: Arturo Manzoli --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 6c2460bed..f0746eed2 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "@j2only/slide-unlock": "^0.5.5", "@mdi/font": "^7.0.96", "@mdi/js": "^7.2.96", + "@types/hammerjs": "^2.0.45", "@vue-leaflet/vue-leaflet": "^0.6.1", "@vueuse/core": "9.8.1", "@vueuse/math": "^10.1.2", @@ -41,6 +42,7 @@ "fuse.js": "^7.0.0", "gamepad.js": "^1.0.4", "gsap": "^3.11.3", + "hammerjs": "^2.0.8", "haversine-distance": "^1.2.1", "ky": "^1.2.0", "leaflet": "1.9.3",