UNPKG

900 BJSONView Raw
1{
2 "name": "@react-aria/utils",
3 "version": "3.23.2",
4 "description": "Spectrum UI components in React",
5 "license": "Apache-2.0",
6 "main": "dist/main.js",
7 "module": "dist/module.js",
8 "exports": {
9 "types": "./dist/types.d.ts",
10 "import": "./dist/import.mjs",
11 "require": "./dist/main.js"
12 },
13 "types": "dist/types.d.ts",
14 "source": "src/index.ts",
15 "files": [
16 "dist",
17 "src"
18 ],
19 "sideEffects": false,
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/adobe/react-spectrum"
23 },
24 "dependencies": {
25 "@react-aria/ssr": "^3.9.2",
26 "@react-stately/utils": "^3.9.1",
27 "@react-types/shared": "^3.22.1",
28 "@swc/helpers": "^0.5.0",
29 "clsx": "^2.0.0"
30 },
31 "peerDependencies": {
32 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
33 },
34 "publishConfig": {
35 "access": "public"
36 },
37 "gitHead": "de9f84a22583fc741c29b341d14cd35ef4cca161"
38}