UNPKG

@react-aria/focus

Version:
44 lines (43 loc) 1.06 kB
{ "name": "@react-aria/focus", "version": "3.20.5", "description": "Spectrum UI components in React", "license": "Apache-2.0", "main": "dist/main.js", "module": "dist/module.js", "exports": { "source": "./src/index.ts", "types": [ "./dist/types.d.ts", "./src/index.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/interactions": "^3.25.3", "@react-aria/utils": "^3.29.1", "@react-types/shared": "^3.30.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": "a063122082d2b372e4846b58c85ae69ec73887ff" }