@gurjinder7/react-drag-and-drop
Version:
Reusable and customizable React component to facilitate drag and drop
51 lines (49 loc) • 1.11 kB
JSON
{
"name": "@gurjinder7/react-drag-and-drop",
"version": "1.1.7",
"description": "Reusable and customizable React component to facilitate drag and drop",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gurjinder7/react-drag-and-drop.git"
},
"keywords": [
"react",
"sharable",
"component",
"npm",
"react-drag-and-drop",
"drag-and-drop",
"drag",
"drop",
"file",
"file-reader",
"images",
"pdf",
"doc",
"csv",
"light",
"light-react",
"customizable",
"custom-css"
],
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"author": "Gurjinder Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gurjinder7/react-drag-and-drop/issues"
},
"homepage": "https://github.com/Gurjinder7/react-drag-and-drop#readme",
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3"
}
}