just-drag
Version:
A Simple HOC to make components draggable
44 lines (43 loc) • 1.18 kB
JSON
{
"name": "just-drag",
"version": "1.0.1",
"description": "A Simple HOC to make components draggable",
"main": "build/index.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c -o build/index.min.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanshaji/draggable.git"
},
"keywords": [
"Drag",
"React Drag",
"Draggable",
"Drag Component",
"React Drag HOC",
"Drag",
"Drag HOC",
"Simple Draggable Container",
"Draggable"
],
"author": "Shan Shaji the Great <shanshaji@gmail.com> (https://github.com/shanshaji)",
"license": "ISC",
"bugs": {
"url": "https://github.com/shanshaji/draggable/issues"
},
"homepage": "https://github.com/shanshaji/draggable#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"react": "^16.12.0",
"rollup": "^1.31.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.2.0"
},
"dependencies": {}
}