UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@react-aria/toggle",
3 "version": "3.0.0-nightly.1651+0df30717e",
4 "description": "Spectrum UI components in React",
5 "license": "Apache-2.0",
6 "main": "dist/main.js",
7 "module": "dist/module.js",
8 "types": "dist/types.d.ts",
9 "source": "src/index.ts",
10 "files": [
11 "dist",
12 "src"
13 ],
14 "sideEffects": false,
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/adobe/react-spectrum"
18 },
19 "dependencies": {
20 "@babel/runtime": "^7.6.2",
21 "@react-aria/focus": "3.0.0-nightly.1651+0df30717e",
22 "@react-aria/interactions": "3.0.0-nightly.1651+0df30717e",
23 "@react-aria/utils": "3.0.0-nightly.1651+0df30717e",
24 "@react-stately/toggle": "3.0.0-nightly.1651+0df30717e",
25 "@react-types/checkbox": "3.0.0-nightly.1651+0df30717e",
26 "@react-types/shared": "3.0.0-nightly.1651+0df30717e",
27 "@react-types/switch": "3.0.0-nightly.1651+0df30717e"
28 },
29 "peerDependencies": {
30 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
31 },
32 "publishConfig": {
33 "access": "public"
34 },
35 "gitHead": "0df30717e21d12a3a7bd9859d727450e9f57295b"
36}