{ "name": "@heroui/checkbox", "version": "2.3.15", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" ], "author": "HeroUI ", "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/components/checkbox" }, "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": { "@heroui/system": ">=2.4.7", "@heroui/theme": ">=2.4.3", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" }, "dependencies": { "@heroui/form": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/use-callback-ref": "workspace:*", "@heroui/use-safe-layout-effect": "workspace:*", "@react-aria/checkbox": "3.15.2", "@react-aria/focus": "3.20.0", "@react-aria/interactions": "3.24.0", "@react-aria/utils": "3.28.0", "@react-aria/visually-hidden": "3.8.20", "@react-stately/checkbox": "3.6.12", "@react-stately/toggle": "3.8.2", "@react-types/checkbox": "3.9.2", "@react-types/shared": "3.28.0" }, "devDependencies": { "@heroui/chip": "workspace:*", "@heroui/link": "workspace:*", "@heroui/shared-icons": "workspace:*", "@heroui/system": "workspace:*", "@heroui/theme": "workspace:*", "@heroui/user": "workspace:*", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0", "react-hook-form": "^7.51.3" }, "clean-package": "../../../clean-package.config.json" }