{ "name": "@heroui/switch", "version": "2.2.19", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" ], "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/switch" }, "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", "react-dom": ">=18 || >=19.0.0-rc.0", "@heroui/theme": ">=2.4.3", "@heroui/system": ">=2.4.7" }, "dependencies": { "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/use-safe-layout-effect": "workspace:*", "@react-aria/focus": "3.20.4", "@react-aria/interactions": "3.25.2", "@react-aria/switch": "3.7.4", "@react-aria/utils": "3.29.1", "@react-aria/visually-hidden": "3.8.24", "@react-stately/toggle": "3.8.5" }, "devDependencies": { "@heroui/theme": "workspace:*", "@heroui/system": "workspace:*", "@heroui/shared-icons": "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" }