UNPKG

react-dnd-touch-backend

Version:

Touch backend for react-dnd

33 lines 840 B
{ "name": "react-dnd-touch-backend", "version": "16.0.1", "description": "Touch backend for react-dnd", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "license": "MIT", "author": "Long Ho <holevietlong@gmail.com>", "repository": { "type": "git", "url": "https://github.com/react-dnd/react-dnd.git" }, "scripts": { "clean": "shx rm -rf dist/", "build_types": "tsc -b .", "build_esm": "swc -C module.type=es6 -d dist src/", "build": "run-s build_types build_esm" }, "dependencies": { "@react-dnd/invariant": "^4.0.1", "dnd-core": "^16.0.1" }, "devDependencies": { "@swc/cli": "^0.1.57", "@swc/core": "^1.2.168", "@types/jest": "^27.4.1", "npm-run-all": "^4.1.5", "shx": "^0.3.4", "typescript": "^4.6.3" } }