{
    "name": "react-compat-moveable",
    "version": "0.18.0",
    "description": "A React Compat Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Pinchable, Groupable, Snappable.",
    "main": "./dist/moveable.cjs.js",
    "module": "./dist/moveable.esm.js",
    "sideEffects": false,
    "types": "declaration/index.d.ts",
    "scripts": {
        "lint": "tslint -c tslint.json 'src/**/*.ts'",
        "start": "open ./demo/index.html && rollup -c rollup.config.demo.js -w",
        "build": "rollup -c && npm run declaration && print-sizes ./dist ",
        "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
        "packages:update": "pvu --path=../../ --update=./",
        "packages:dist": "npm run build && pvu  --path=./ --distUpdate=../../ --distPaths=declaration,dist"
    },
    "keywords": [
        "moveable",
        "resizable",
        "scalable",
        "draggable",
        "rotatable",
        "groupable",
        "movable",
        "warpable",
        "pinchable",
        "snappable",
        "throttle",
        "ratio",
        "dom",
        "resize",
        "scale",
        "drag",
        "move",
        "rotate",
        "warp",
        "react",
        "pinch",
        "snap",
        "compat"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/daybrush/moveable/blob/master/packages/react-compat-moveable"
    },
    "author": "Daybrush",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/daybrush/moveable/issues"
    },
    "homepage": "https://daybrush.com/moveable",
    "devDependencies": {
        "@daybrush/builder": "^0.1.0",
        "@scenejs/effects": "^1.0.1",
        "@types/react": "~16.9.17",
        "keycon": "^0.3.0",
        "print-sizes": "^0.1.0",
        "pvu": "^0.6.1",
        "react-simple-compat": "^1.2.1",
        "rollup-plugin-css-bundle": "^1.0.4",
        "rollup-plugin-react-compat": "^0.1.0",
        "scenejs": "^1.1.4",
        "shape-svg": "^0.3.3",
        "tslint": "^5.16.0",
        "typescript": "^4.5.0 <4.6.0"
    },
    "dependencies": {
        "@daybrush/utils": "^1.7.0",
        "@egjs/agent": "^2.2.1",
        "@egjs/children-differ": "^1.0.1",
        "@scena/dragscroll": "^1.1.1",
        "@scena/matrix": "^1.1.1",
        "css-to-mat": "^1.0.3",
        "framework-utils": "^1.1.0",
        "gesto": "^1.9.0",
        "overlap-area": "^1.0.0",
        "react-compat-css-styled": "^1.0.8",
        "react-css-styled": "^1.0.3",
        "react-moveable": "~0.33.0"
    }
}
