54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "@mui/x-internal-gestures",
|
|
"version": "0.2.5",
|
|
"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.2"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "commonjs",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./*": {
|
|
"import": {
|
|
"types": "./esm/*/index.d.ts",
|
|
"default": "./esm/*/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./*/index.d.ts",
|
|
"default": "./*/index.js"
|
|
}
|
|
},
|
|
"./esm": null
|
|
}
|
|
} |