summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index 335880f..a7aff66 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",
@@ -4070,6 +4071,12 @@
"dev": true,
"license": "MIT"
},
+ "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/tinypool": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.1.tgz",