UNPKG

@react-aria/utils

Version:
41 lines (40 loc) 1.03 kB
{ "name": "@react-aria/utils", "version": "3.28.2", "description": "Spectrum UI components in React", "license": "Apache-2.0", "main": "dist/main.js", "module": "dist/module.js", "exports": { "types": "./dist/types.d.ts", "import": "./dist/import.mjs", "require": "./dist/main.js" }, "types": "dist/types.d.ts", "source": "src/index.ts", "files": [ "dist", "src" ], "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/adobe/react-spectrum" }, "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", "@react-types/shared": "^3.29.0", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" }, "publishConfig": { "access": "public" }, "gitHead": "9b66d270572f482948afee95622a85cdf68ed408" }