@hydroperx/drag4react
Version:
React drag-n-drop
39 lines (38 loc) • 776 B
JSON
{
"name": "@hydroperx/drag4react",
"version": "1.1.2",
"type": "module",
"files": ["/dist"],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "npm run build"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"dependencies": {
"@hydroperx/draggable": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hydroperx/drag4react.js.git"
},
"peerDependencies": {
"react": ">=18.3.1"
},
"description": "React drag-n-drop",
"license": "Apache-2.0",
"keywords": [
"drag",
"drop"
],
"author": "Hydroper <HydroperFox@gmail.com>",
"devDependencies": {
"@types/react": "^18.3.1",
"typescript": "~5.6.2"
}
}