UNPKG

react-moveable

Version:

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

94 lines (93 loc) 2.44 kB
{ "name": "react-moveable", "version": "0.12.3", "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": "tslint -c tslint.json 'src/**/*.ts'", "start": "react-scripts start", "build": "rollup -c && npm run declaration && print-sizes ./dist ", "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json", "test": "karma start", "test:chrome": "karma start --chrome", "coverage": "karma start --coverage && print-coveralls --sort=desc", "coveralls": "cat ./coverage/lcov.info | coveralls" }, "keywords": [ "moveable", "resizable", "scalable", "draggable", "rotatable", "warpable", "pinchable", "groupable", "snappable", "movable", "throttle", "ratio", "dom", "resize", "scale", "drag", "move", "rotate", "react", "warp", "snap", "pinch" ], "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": { "@daybrush/builder": "^0.1.0", "@daybrush/tester": "^0.1.3", "@scenejs/effects": "^1.0.1", "@types/karma-chai": "^0.1.2", "@types/mocha": "^5.2.7", "@types/react": "^16.8.18", "@types/react-dom": "^16.8.4", "keycon": "^0.3.0", "print-sizes": "0.0.4", "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "^3.0.1", "scenejs": "^1.1.4", "shape-svg": "^0.3.3", "tslint": "^5.16.0", "typescript": "^3.4.5" }, "dependencies": { "@daybrush/drag": "^0.10.1", "@daybrush/utils": "^0.10.0", "@egjs/agent": "^2.1.5", "@egjs/children-differ": "^1.0.0", "@moveable/matrix": "^0.3.0", "framework-utils": "^0.2.1", "react-css-styler": "^0.4.0", "react-pure-props": "^0.1.5" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }