UNPKG

1.52 kBJSONView Raw
1{
2 "name": "reakit",
3 "version": "1.3.11",
4 "description": "Toolkit for building accessible rich web apps with React",
5 "sideEffects": false,
6 "license": "MIT",
7 "repository": "https://github.com/reakit/reakit",
8 "main": "lib/index.js",
9 "module": "es/index.js",
10 "unpkg": "dist/reakit.min.js",
11 "types": "ts",
12 "author": {
13 "name": "Diego Haz",
14 "email": "hazdiego@gmail.com",
15 "url": "https://github.com/diegohaz"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/ariakit"
20 },
21 "scripts": {
22 "test": "jest",
23 "coverage": "yarn test --coverage",
24 "postcoverage": "open-cli coverage/lcov-report/index.html",
25 "lint": "eslint . --ext js,ts,tsx",
26 "clean": "node ../../scripts/build/clean.js",
27 "build": "node ../../scripts/build/build.js",
28 "keys": "node ../../scripts/build/keys.js",
29 "docs": "node ../../scripts/build/docs.js",
30 "preversion": "yarn lint && yarn test && yarn build",
31 "postpublish": "yarn clean"
32 },
33 "keywords": [
34 "reakit",
35 "a11y",
36 "react",
37 "ui",
38 "toolkit",
39 "components"
40 ],
41 "dependencies": {
42 "@popperjs/core": "^2.5.4",
43 "body-scroll-lock": "^3.1.5",
44 "reakit-system": "^0.15.2",
45 "reakit-utils": "^0.15.2",
46 "reakit-warning": "^0.6.2"
47 },
48 "peerDependencies": {
49 "react": "^16.8.0 || ^17.0.0",
50 "react-dom": "^16.8.0 || ^17.0.0"
51 },
52 "devDependencies": {
53 "@types/body-scroll-lock": "2.6.1"
54 },
55 "gitHead": "a263b6a79d0a8cf8e4a28fe51467dd8290b1b30c"
56}