react-es-drager
Version:
A draggable, resizable, rotatable component based on react
38 lines (37 loc) • 882 B
JSON
{
"name": "react-es-drager",
"version": "1.0.4",
"description": "A draggable, resizable, rotatable component based on react",
"type": "module",
"keywords": [
"drag",
"resize",
"rotate",
"react-drager",
"react-drag-resize",
"react-drager",
"es-drager"
],
"homepage": "https://github.com/kakajun/react-es-drager",
"bugs": {
"url": "https://github.com/kakajun/react-es-drager/issues"
},
"license": "MIT",
"author": "kakajun <253495832@qq.com>",
"files": [
"lib"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/kakajun/react-es-drager.git"
},
"scripts": {
"build": "vite build .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"typings": "lib/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}