Adding touch backend, works awesome, viable candidate as primary backend

This commit is contained in:
James Barnsley
2022-01-11 21:34:43 +13:00
parent c3f3fdd868
commit e52872d139
11 changed files with 1280 additions and 96 deletions

9
package-lock.json generated
View File

@ -12188,6 +12188,15 @@
"dnd-core": "14.0.1"
}
},
"react-dnd-touch-backend": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/react-dnd-touch-backend/-/react-dnd-touch-backend-14.1.1.tgz",
"integrity": "sha512-ITmfzn3fJrkUBiVLO6aJZcnu7T8C+GfwZitFryGsXKn5wYcUv+oQBeh9FYcMychmVbDdeUCfvEtTk9O+DKmAaw==",
"requires": {
"@react-dnd/invariant": "^2.0.0",
"dnd-core": "14.0.1"
}
},
"react-dom": {
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz",