{
    "name": "react-moveable",
    "version": "0.33.0",
    "description": "A React Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
    "main": "./dist/moveable.cjs.js",
    "module": "./dist/moveable.esm.js",
    "sideEffects": false,
    "types": "declaration/index.d.ts",
    "scripts": {
        "lint": "eslint ./src/ --ext .ts,.tsx",
        "storybook": "start-storybook -p 6006",
        "build": "npm run lint && rollup -c && npm run declaration && print-sizes ./dist ",
        "build:storybook": "build-storybook -o ../../demo/storybook2",
        "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
    },
    "keywords": [
        "moveable",
        "resizable",
        "scalable",
        "draggable",
        "rotatable",
        "warpable",
        "pinchable",
        "groupable",
        "snappable",
        "scrollable",
        "movable",
        "throttle",
        "scroll",
        "ratio",
        "dom",
        "resize",
        "scale",
        "drag",
        "move",
        "rotate",
        "react",
        "warp",
        "snap",
        "pinch",
        "react"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/daybrush/moveable/blob/master/packages/react-moveable"
    },
    "author": "Daybrush",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/daybrush/moveable/issues"
    },
    "homepage": "https://daybrush.com/moveable",
    "devDependencies": {
        "@babel/core": "^7.7.2",
        "@daybrush/builder": "^0.1.0",
        "@daybrush/tester": "^0.1.3",
        "@egjs/build-helper": "^0.1.2",
        "@scena/react-guides": "^0.4.1",
        "@scenejs/effects": "^1.0.1",
        "@storybook/addon-actions": "^6.4.22",
        "@storybook/addon-controls": "^6.4.22",
        "@storybook/addon-docs": "^6.4.22",
        "@storybook/addon-links": "^6.4.22",
        "@storybook/addon-viewport": "^6.4.22",
        "@storybook/addons": "^6.4.22",
        "@storybook/react": "^6.4.22",
        "@types/node": "^14.6.0",
        "@types/react": "^16.9.17",
        "@types/react-dom": "^16.9.4",
        "@typescript-eslint/eslint-plugin": "^3.9.1",
        "@typescript-eslint/parser": "^3.9.1",
        "autoprefixer": "^10.2.1",
        "babel-loader": "^8.0.6",
        "css-loader": "^5.0.1",
        "eslint": "^7.7.0",
        "eslint-plugin-import": "^2.22.1",
        "eslint-plugin-react": "^7.22.0",
        "gh-pages": "^2.1.1",
        "keycon": "^1.0.0",
        "postcss-loader": "^4.1.0",
        "print-sizes": "0.0.4",
        "pvu": "^0.6.1",
        "raw-loader": "^4.0.2",
        "react": "^16.8.6",
        "react-dom": "^16.8.6",
        "react-infinite-viewer": "^0.12.0",
        "react-selecto": "^1.15.0",
        "scenejs": "^1.5.0",
        "shape-svg": "^0.3.3",
        "storybook-addon-preview": "^2.2.0",
        "storybook-dark-mode": "^1.0.9",
        "ts-loader": "^8.3.0",
        "tslib": "^2.3.1",
        "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/event-emitter": "^1.0.5",
        "@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-css-styled": "^1.0.3"
    },
    "browserslist": {
        "production": [
            ">0.2%",
            "not dead",
            "not op_mini all"
        ],
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version"
        ]
    }
}
