@mentor-apm/react-sortable-tree
Version:
Drag-and-drop sortable component for nested data and hierarchies
69 lines (68 loc) • 1.38 kB
JSON
{
"name": "@nosferatu500/react-dnd-scrollzone",
"version": "3.0.0-alpha.0",
"description": "A cross browser solution to scrolling during drag and drop.",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"module": "./esm/index.js",
"import": "./esm/index.mjs",
"default": "./index.js"
}
},
"files": [
"**"
],
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "https://github.com/nosferatu500/react-dnd-scrollzone"
},
"bugs": {
"url": "https://github.com/nosferatu500/react-dnd-scrollzone/issues"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"drag",
"drop",
"scroll",
"dnd",
"drag and drop",
"auto"
],
"contributors": [
"Nicholas Clawson",
"Vitalii Shvetsov"
],
"license": "MIT",
"dependencies": {
"lodash.throttle": "^4.1.1"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dnd": ">=15.1.2",
"react-dom": ">=17.0.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"private": false
}