mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* chore(deps): bump react-aria versions * chore: add changeset * chore(docs): add selectionAlignment
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@heroui/use-aria-button",
|
|
"version": "2.2.19",
|
|
"description": "Internal hook to handle button a11y and events, this is based on react-aria button hook but without the onClick warning",
|
|
"keywords": [
|
|
"use-aria-button"
|
|
],
|
|
"author": "HeroUI <support@heroui.com>",
|
|
"homepage": "https://heroui.com",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/heroui-inc/heroui.git",
|
|
"directory": "packages/hooks/use-aria-button"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/heroui-inc/heroui/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": {
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-aria/utils": "3.31.0",
|
|
"@react-types/button": "3.14.1",
|
|
"@react-types/shared": "3.32.1"
|
|
},
|
|
"devDependencies": {
|
|
"clean-package": "2.2.0",
|
|
"react": "^18.3.0"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json",
|
|
"tsup": {
|
|
"clean": true,
|
|
"target": "es2019",
|
|
"format": [
|
|
"cjs",
|
|
"esm"
|
|
]
|
|
}
|
|
} |