UNPKG

@react-aria/focus

Version:
48 lines (47 loc) 1.21 kB
{ "name": "@react-aria/focus", "version": "3.22.1", "description": "Spectrum UI components in React", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/adobe/react-spectrum" }, "source": "src/index.ts", "files": [ "dist", "src" ], "sideEffects": false, "main": "dist/main.js", "module": "dist/module.js", "types": "dist/types/src/index.d.ts", "exports": { ".": { "source": "./src/index.ts", "types": "./dist/types/src/index.d.ts", "import": "./dist/import.mjs", "require": "./dist/main.js" }, "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "dependencies": { "@swc/helpers": "^0.5.0", "react-aria": "^3.48.0" }, "devDependencies": { "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" }, "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" }, "targets": { "types": false }, "gitHead": "3577a20859b9585a000010c720f6ee39c1c588cc" }