UNPKG

react-compat-moveable

Version:

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

84 lines (83 loc) 2.59 kB
{ "name": "react-compat-moveable", "version": "0.33.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" ], "files": [ "./*" ], "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", "@types/react": "^16.9.17", "keycon": "^0.3.0", "print-sizes": "^0.1.0", "pvu": "^0.6.1", "react-simple-compat": "^1.2.3", "rollup-plugin-css-bundle": "^1.0.4", "rollup-plugin-react-compat": "^0.1.0", "tslint": "^5.16.0", "typescript": "^4.5.0 <4.6.0" }, "dependencies": { "@daybrush/utils": "^1.10.3", "@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", "css-to-mat": "^1.0.3", "framework-utils": "^1.1.0", "gesto": "^1.15.1", "overlap-area": "^1.1.0", "react-compat-css-styled": "^1.0.9", "react-css-styled": "^1.0.4", "react-moveable": "~0.48.0" } }