mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@heroui/aria-utils",
|
|
"version": "2.2.8",
|
|
"description": "A package for managing @react-aria HeroUI utils.",
|
|
"keywords": [
|
|
"aria-utils"
|
|
],
|
|
"author": "Junior Garcia <jrgarciadev@gmail.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/utilities/aria-utils"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/heroui-inc/heroui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"dev": "pnpm build:fast --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"build:fast": "tsup src",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
},
|
|
"dependencies": {
|
|
"@heroui/system": "workspace:*",
|
|
"@heroui/shared-utils": "workspace:*",
|
|
"@heroui/react-rsc-utils": "workspace:*",
|
|
"@react-aria/utils": "3.26.0",
|
|
"@react-stately/collections": "3.12.0",
|
|
"@react-stately/overlays": "3.6.12",
|
|
"@react-types/overlays": "3.8.11",
|
|
"@react-types/shared": "3.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"clean-package": "2.2.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
} |