{
  "name": "@material-ui/private-theming",
  "version": "5.0.0-alpha.33",
  "private": false,
  "author": "Material-UI Team",
  "description": "Material-UI Theming - The React theme context to be shared between `@material-ui/styles` and `@material-ui/core`.",
  "main": "./node/index.js",
  "keywords": [
    "react",
    "react-component",
    "material-ui",
    "theme"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mui-org/material-ui.git",
    "directory": "packages/material-ui-private-theming"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui-org/material-ui/issues"
  },
  "homepage": "https://material-ui.com/",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/material-ui"
  },
  "peerDependencies": {
    "@types/react": "^16.8.6 || ^17.0.0",
    "react": "^17.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "dependencies": {
    "@babel/runtime": "^7.4.4",
    "@material-ui/utils": "5.0.0-alpha.33",
    "prop-types": "^15.7.2"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "module": "./index.js",
  "types": "./index.d.ts"
}