UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

55 lines (54 loc) 1.5 kB
{ "name": "@twilio-paste/paste-reakit-fork", "version": "1.4.1", "description": "Forked Reakit that addresses SSR hydration issues", "sideEffects": false, "publishConfig": { "access": "public" }, "license": "MIT", "repository": "https://github.com/twilio-labs/paste-reakit/tree/v1", "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/reakit.min.js", "types": "ts", "author": { "name": "Twilio", "url": "https://github.com/twilio-labs" }, "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", "keys": "node ../../scripts/build/keys.js", "docs": "node ../../scripts/build/docs.js", "preversion": "yarn lint && yarn test && yarn build", "postpublish": "yarn clean" }, "keywords": [ "reakit", "a11y", "react", "ui", "toolkit", "components" ], "dependencies": { "@popperjs/core": "^2.5.4", "body-scroll-lock": "^3.1.5", "reakit-system": "^0.15.2", "reakit-utils": "^0.15.2", "reakit-warning": "^0.6.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@types/body-scroll-lock": "2.6.1" }, "gitHead": "30072eee4e30e333acb43eb14197d71a31ac9758" }