UNPKG

770 BJSONView Raw
1{
2 "name": "@react-aria/utils",
3 "version": "3.12.0",
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/ssr": "^3.1.2",
22 "@react-stately/utils": "^3.4.1",
23 "@react-types/shared": "^3.12.0",
24 "clsx": "^1.1.1"
25 },
26 "peerDependencies": {
27 "react": "^16.8.0 || ^17.0.0-rc.1"
28 },
29 "publishConfig": {
30 "access": "public"
31 },
32 "gitHead": "6a503b715e0dbbf92038cd7f08b1bcdde4c78e82"
33}