summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-18 22:20:08 -0500
committerKit La Touche <kit@transneptune.net>2024-11-18 22:20:08 -0500
commit0be2370e0d332b5b8ae2548f6ffdd7869d441ab8 (patch)
tree35d7ea849ddb3e13ef376bd1f0bdd5c186d4dd59 /package.json
parenta73649c211c18a1e04fc662b9132c87411a6b09f (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.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index c51974c..0b96558 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,7 @@
"dependencies": {
"axios": "^1.7.7",
"dompurify": "^3.1.7",
- "marked": "^14.1.3"
+ "marked": "^14.1.3",
+ "tinygesture": "^3.0.0"
}
}