UNPKG

react-window-sortable

Version:

React Window Sortable is an HOC for react-window that allows drag and drop sorting of lists

45 lines (44 loc) 1.12 kB
{ "name": "react-window-sortable", "version": "1.4.12", "description": "React Window Sortable is an HOC for react-window that allows drag and drop sorting of lists", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist/*" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prettier": "prettier --write '**/*.{tsx,ts,js,json,css}'" }, "repository": { "type": "git", "url": "git+https://github.com/ntbosscher/react-window-sortable.git" }, "keywords": [ "react", "window", "sortable", "large", "list", "virtualize" ], "author": "Nate Bosscher", "license": "ISC", "bugs": { "url": "https://github.com/ntbosscher/react-window-sortable/issues" }, "homepage": "https://github.com/ntbosscher/react-window-sortable#readme", "peerDependencies": { "react": "^16.0.0-alpha" }, "dependencies": { "@types/node": "12.12.6", "@types/react": "^16.9.35", "@types/react-window": "^1.8.1", "react": "^16.13.1", "react-window": "^1.8.5", "typescript": "3.7.2" } }