{ "name": "@nextui-org/use-aria-link", "version": "2.2.3", "description": "Internal hook to handle link a11y and events, this is based on react-aria link hook but without the onClick warning", "keywords": [ "use-aria-link" ], "author": "Junior Garcia ", "homepage": "https://nextui.org", "license": "MIT", "main": "src/index.ts", "sideEffects": false, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/nextui-org/nextui.git", "directory": "packages/hooks/use-aria-link" }, "bugs": { "url": "https://github.com/nextui-org/nextui/issues" }, "scripts": { "build": "tsup src --dts", "build:fast": "tsup src", "dev": "pnpm build:fast --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "prepack": "clean-package", "postpack": "clean-package restore" }, "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", "@react-aria/focus": "3.19.0", "@react-aria/interactions": "3.22.5", "@react-aria/utils": "3.26.0", "@react-types/link": "3.5.9", "@react-types/shared": "3.26.0" }, "devDependencies": { "clean-package": "2.2.0", "react": "^18.0.0" }, "clean-package": "../../../clean-package.config.json", "tsup": { "clean": true, "target": "es2019", "format": [ "cjs", "esm" ] } }