UNPKG

use-item-list

Version:

Manage indexed collections in React using hooks.

63 lines (62 loc) 1.3 kB
{ "name": "use-item-list", "version": "0.1.2", "author": "Travis Arnold", "description": "Manage indexed collections in React using hooks.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/souporserious/use-item-list.git" }, "module": "dist/use-item-list.esm.js", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "react", "indexed", "collection", "lists", "accessibility", "aria", "activedescendant" ], "scripts": { "develop": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build" }, "peerDependencies": { "react": ">=16.8" }, "devDependencies": { "@types/jest": "^26.0.20", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "husky": "^5.1.3", "react": "^17.0.1", "react-dom": "^17.0.1", "tsdx": "^0.14.1", "tslib": "^2.1.0", "typescript": "^4.2.2" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": false, "singleQuote": true, "trailingComma": "es5" }, "dependencies": { "mitt": "^2.1.0", "use-constant": "^1.1.0" } }