{
  "name": "@chakra-ui/provider",
  "version": "2.0.6",
  "description": "Theme and components agnostic ChakraProvider",
  "main": "dist/chakra-ui-provider.cjs.js",
  "module": "dist/chakra-ui-provider.esm.js",
  "types": "dist/chakra-ui-provider.cjs.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@chakra-ui/css-reset": "2.0.1",
    "@chakra-ui/portal": "2.0.2",
    "@chakra-ui/react-env": "2.0.2",
    "@chakra-ui/system": "2.1.3",
    "@chakra-ui/utils": "2.0.2"
  },
  "peerDependencies": {
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "react": ">=18",
    "react-dom": ">=18"
  },
  "author": "Segun Adebayo <sage@adebayosegun.com>",
  "license": "MIT",
  "homepage": "https://chakra-ui.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/chakra-ui/chakra-ui",
    "directory": "packages/react"
  },
  "keywords": [
    "react",
    "ui",
    "design-system",
    "react-components",
    "uikit",
    "accessible",
    "components",
    "emotion",
    "library",
    "design-system"
  ],
  "storybook": {
    "title": "Chakra UI",
    "url": "https://chakra-ui.netlify.app"
  },
  "devDependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  }
}
