add swipe functionality

This commit is contained in:
Matt Walsh
2020-10-16 15:52:56 -05:00
parent ebb715d362
commit 5ace925557
14 changed files with 206 additions and 337 deletions

15
package-lock.json generated
View File

@@ -3285,6 +3285,12 @@
"to-regex": "^3.0.1"
}
},
"natives": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
"integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==",
"dev": true
},
"natural-compare": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
@@ -4515,6 +4521,15 @@
"es6-symbol": "^3.1.1"
}
},
"swiped-events": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/swiped-events/-/swiped-events-1.1.4.tgz",
"integrity": "sha512-r7aIa2gjDXYWFP9VgqWIbCxGV6JOoaQ8urLWwNYxdufEW3hr4NwmRQ2WU1qXMVDvxwbn+nF8I2e4nQrl5LwVXQ==",
"dev": true,
"requires": {
"natives": "^1.1.6"
}
},
"table": {
"version": "5.4.6",
"resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz",