UNPKG

croact-moveable

Version:

A React Compat Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Pinchable, Groupable, Snappable.

88 lines (87 loc) 2.59 kB
{ "name": "croact-moveable", "version": "0.9.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": { "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" ], "files": [ "./*", "src/*", "dist/*", "declaration/*" ], "repository": { "type": "git", "url": "https://github.com/daybrush/moveable/blob/master/packages/croact-moveable" }, "author": "Daybrush", "license": "MIT", "bugs": { "url": "https://github.com/daybrush/moveable/issues" }, "homepage": "https://daybrush.com/moveable", "devDependencies": { "@daybrush/builder": "^0.2.4", "@types/react": "^16.9.17", "croact": "^1.0.4", "keycon": "^0.3.0", "print-sizes": "^0.2.0", "pvu": "^0.6.1", "rollup-plugin-css-bundle": "^1.0.4", "rollup-plugin-react-compat": "^0.1.1", "typescript": "^4.8 <4.9" }, "peerDependencies": { "croact": "^1.0.4" }, "dependencies": { "@daybrush/utils": "^1.13.0", "@egjs/agent": "^2.2.1", "@egjs/children-differ": "^1.0.1", "@egjs/list-differ": "^1.0.0", "@scena/dragscroll": "^1.4.0", "@scena/event-emitter": "^1.0.5", "@scena/matrix": "^1.1.1", "croact-css-styled": "^1.1.9", "css-to-mat": "^1.1.1", "framework-utils": "^1.1.0", "gesto": "^1.19.3", "overlap-area": "^1.1.0", "react-css-styled": "^1.1.9", "react-moveable": "~0.56.0" } }