UNPKG

781 BJSONView Raw
1{
2 "name": "@react-aria/utils",
3 "version": "3.13.3",
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.3.0",
22 "@react-stately/utils": "^3.5.1",
23 "@react-types/shared": "^3.14.1",
24 "clsx": "^1.1.1"
25 },
26 "peerDependencies": {
27 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
28 },
29 "publishConfig": {
30 "access": "public"
31 },
32 "gitHead": "b03ef51e6317547dd0a840f151e59d039b1e1fd3"
33}