UNPKG

@human-tools/use-sortable

Version:

Simple implementation that allows you to reorder items easily using useSortable hook.

64 lines (63 loc) 1.71 kB
{ "name": "@human-tools/use-sortable", "description": "Simple implementation that allows you to reorder items easily using useSortable hook.", "version": "0.0.5", "license": "MIT", "files": [ "dist-*/", "bin/" ], "pika": true, "sideEffects": false, "keywords": [ "Sortable", "useSortable", "React", "Hooks", "Ordering", "Drag and Drop", "Lists" ], "homepage": "https://github.com/human-toos/use-sortable", "repository": "https://github.com/human-toos/use-sortable", "dependencies": {}, "peerDependencies": { "react": "^17.0.1" }, "devDependencies": { "@pika/pack": "^0.5.0", "@pika/plugin-build-node": "^0.9.2", "@pika/plugin-build-types": "^0.9.2", "@pika/plugin-build-web": "^0.9.2", "@pika/plugin-standard-pkg": "^0.9.2", "@testing-library/react": "^11.2.5", "@types/jest": "^26.0.20", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/parser": "^4.15.1", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "eslint": "^7.20.0", "eslint-config-prettier": "^6.15.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^26.6.3", "prettier": "^1.19.1", "react": "*", "react-dom": "^17.0.1", "ts-jest": "^26.5.1", "ts-node": "^9.1.1", "typescript": "^4.1.5", "watch": "^1.0.2" }, "engines": { "node": ">=10" }, "esnext": "dist-src/index.js", "main": "dist-node/index.js", "module": "dist-web/index.js", "types": "dist-types/index.d.ts" }