diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-01-16 17:10:12 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-01-20 13:52:43 +0100 |
| commit | 601ffcb8a32a6e2f252cebffa6a7e6f024c8e943 (patch) | |
| tree | 60514c240e1e88aa7c70988f91d31b8234627acf /searx/static/themes/simple/package-lock.json | |
| parent | d9115b8d48e4f421a29f5011ae3959f0171d9bf3 (diff) | |
[mod] add swipe events to the image gallery (gesture control)
Adds [1] to the searxng.min.js and horizontal swipe events to the image gallery.
[1] https://www.npmjs.com/package/swiped-events
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/package-lock.json')
| -rw-r--r-- | searx/static/themes/simple/package-lock.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/searx/static/themes/simple/package-lock.json b/searx/static/themes/simple/package-lock.json index 6a9f0f22f..240f58cd0 100644 --- a/searx/static/themes/simple/package-lock.json +++ b/searx/static/themes/simple/package-lock.json @@ -7,7 +7,8 @@ "dependencies": { "autocomplete-js": "^2.7.1", "leaflet": "^1.9.4", - "normalize.css": "^8.0.1" + "normalize.css": "^8.0.1", + "swiped-events": "^1.2.0" }, "devDependencies": { "ejs": "^3.1.10", @@ -8989,6 +8990,12 @@ "dev": true, "license": "CC0-1.0" }, + "node_modules/swiped-events": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/swiped-events/-/swiped-events-1.2.0.tgz", + "integrity": "sha512-KRu67z1hb4sPxMdFIF2kaufYHTcWOb8NVLbIl2g5dPWZkEQ6D3wfSIVJ7iXbicTt9cO3e0vARqgx9fITtTZxQw==", + "license": "MIT" + }, "node_modules/table": { "version": "6.9.0", "resolved": "https://registry.npmjs.org/table/-/table-6.9.0.tgz", |