@react-aria/focus
Version:
Spectrum UI components in React
39 lines (38 loc) • 908 B
JSON
{
"name": "@react-aria/focus",
"version": "3.16.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/interactions": "^3.21.1",
"@react-aria/utils": "^3.23.2",
"@react-types/shared": "^3.22.1",
"@swc/helpers": "^0.5.0",
"clsx": "^2.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "de9f84a22583fc741c29b341d14cd35ef4cca161"
}