{ "name": "@nextui-org/switch", "version": "2.0.0-beta.1", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" ], "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/components/switch" }, "bugs": { "url": "https://github.com/nextui-org/nextui/issues" }, "scripts": { "build": "tsup src --dts", "build:fast": "tsup src", "dev": "yarn build:fast -- --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "prepack": "clean-package", "postpack": "clean-package restore" }, "peerDependencies": { "react": ">=18" }, "dependencies": { "@nextui-org/dom-utils": "workspace:*", "@nextui-org/shared-utils": "workspace:*", "@nextui-org/system": "workspace:*", "@nextui-org/theme": "workspace:*", "@react-aria/focus": "^3.11.0", "@react-aria/interactions": "^3.14.0", "@react-aria/switch": "^3.4.0", "@react-aria/utils": "^3.15.0", "@react-aria/visually-hidden": "^3.7.0", "@react-stately/toggle": "^3.5.0", "@react-types/shared": "^3.17.0" }, "devDependencies": { "clean-package": "2.2.0", "react": "^18.0.0", "@nextui-org/shared-icons": "workspace:*" }, "tsup": { "clean": true, "target": "es2019", "format": [ "cjs", "esm" ] } }