UNPKG

@mui/x-internal-gestures

Version:

The core engine of GestureEvents, a modern and robust multi-pointer gesture detection library for JavaScript.

54 lines 1.15 kB
{ "name": "@mui/x-internal-gestures", "version": "0.3.6", "description": "The core engine of GestureEvents, a modern and robust multi-pointer gesture detection library for JavaScript.", "author": "MUI Team", "license": "MIT", "keywords": [ "multitouch", "gesture", "library", "wheel", "pan", "pinch", "move", "rotate", "press", "tap", "simultaneous", "gestures", "pointer", "typescript" ], "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/mui/mui-x/issues" }, "homepage": "https://mui.com/x/", "repository": { "type": "git", "url": "git+https://github.com/mui/mui-x.git", "directory": "packages/x-internal-gestures" }, "dependencies": { "@babel/runtime": "^7.28.4" }, "sideEffects": false, "type": "commonjs", "exports": { "./package.json": "./package.json", "./*": { "require": { "types": "./*/index.d.ts", "default": "./*/index.js" }, "default": { "types": "./esm/*/index.d.ts", "default": "./esm/*/index.js" } }, "./esm": null } }