diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-11-18 22:20:08 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-11-18 22:20:08 -0500 |
| commit | 0be2370e0d332b5b8ae2548f6ffdd7869d441ab8 (patch) | |
| tree | 35d7ea849ddb3e13ef376bd1f0bdd5c186d4dd59 /package-lock.json | |
| parent | a73649c211c18a1e04fc662b9132c87411a6b09f (diff) | |
Add Tinygesture for swipe events
Hide and show channel menu thus. It doesn't gradually pull it out, which
is less than ideal, but it's good enough for now.
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index 01b0cce..179731a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,8 @@ "dependencies": { "axios": "^1.7.7", "dompurify": "^3.1.7", - "marked": "^14.1.3" + "marked": "^14.1.3", + "tinygesture": "^3.0.0" }, "devDependencies": { "@skeletonlabs/skeleton": "^2.10.3", @@ -3372,6 +3373,12 @@ "globrex": "^0.1.2" } }, + "node_modules/tinygesture": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tinygesture/-/tinygesture-3.0.0.tgz", + "integrity": "sha512-UawUggtPCHy+N65ULpR/i6VLH8AzB7jWVvTNoXRFTJNh+ub6lP/SJCxzV/Ua7sJbCt9U9I79wKkKk3wbjcLdbQ==", + "license": "Apache-2.0" + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", |
