reakit-utils
Version:
Reakit utils
39 lines (38 loc) • 1.15 kB
JSON
{
"name": "reakit-utils",
"version": "0.15.2",
"description": "Reakit utils",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/reakit/reakit/tree/master/packages/reakit-utils",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/reakit-utils.min.js",
"types": "ts",
"author": {
"name": "Diego Haz",
"email": "hazdiego@gmail.com",
"url": "https://github.com/diegohaz"
},
"scripts": {
"test": "jest",
"coverage": "yarn test --coverage",
"postcoverage": "open-cli coverage/lcov-report/index.html",
"lint": "eslint . --ext js,ts,tsx",
"clean": "node ../../scripts/build/clean.js",
"build": "node ../../scripts/build/build.js",
"docs": "documentation readme src --markdown-toc-max-depth=2 --section=API --parse-extension ts",
"preversion": "yarn lint && yarn test && yarn docs && yarn build",
"postpublish": "yarn clean"
},
"keywords": [
"reakit",
"react",
"utils"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"gitHead": "e30e656b303f014fb841893c003aac2a5a5ac6fa"
}