{
  "name": "@chakra-ui/portal",
  "version": "2.0.2",
  "description": "React component used to render children outside the DOM hierarchy of the parent component",
  "keywords": [
    "react",
    "portal",
    "nested portal",
    "z-index",
    "layer",
    "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-portal.cjs.js",
  "module": "dist/chakra-ui-portal.esm.js",
  "types": "dist/chakra-ui-portal.cjs.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chakra-ui/chakra-ui.git",
    "directory": "packages/portal"
  },
  "bugs": {
    "url": "https://github.com/chakra-ui/chakra-ui/issues"
  },
  "dependencies": {
    "@chakra-ui/hooks": "2.0.2",
    "@chakra-ui/react-utils": "2.0.1",
    "@chakra-ui/utils": "2.0.2"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "devDependencies": {
    "@types/react-frame-component": "^4.1.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-frame-component": "^4.1.3"
  }
}
