{
  "name": "@chakra-ui/switch",
  "version": "1.3.10",
  "description": "A React component to view and switch between on or off states.",
  "keywords": [
    "switch",
    "toggle",
    "component",
    "input",
    "react",
    "custom checkbox",
    "chakra ui"
  ],
  "sideEffects": false,
  "author": "Segun Adebayo <sage@adebayosegun.com>",
  "homepage": "https://github.com/chakra-ui/chakra-ui#readme",
  "license": "MIT",
  "main": "dist/chakra-ui-switch.cjs.js",
  "module": "dist/chakra-ui-switch.esm.js",
  "types": "dist/chakra-ui-switch.cjs.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chakra-ui/chakra-ui.git",
    "directory": "packages/switch"
  },
  "bugs": {
    "url": "https://github.com/chakra-ui/chakra-ui/issues"
  },
  "dependencies": {
    "@chakra-ui/checkbox": "1.7.1",
    "@chakra-ui/utils": "1.10.4"
  },
  "devDependencies": {
    "@chakra-ui/system": "1.12.1",
    "framer-motion": "^4.0.0",
    "react": "^17.0.1"
  },
  "peerDependencies": {
    "@chakra-ui/system": ">=1.0.0",
    "framer-motion": "3.x || 4.x || 5.x || 6.x",
    "react": ">=16.8.6"
  }
}
