{
  "name": "@mui/core",
  "version": "5.0.0-alpha.54",
  "private": false,
  "author": "MUI Team",
  "description": "Unstyled React components with which to implement custom design systems.",
  "main": "./node/index.js",
  "keywords": [
    "react",
    "react-component",
    "mui",
    "unstyled",
    "a11y"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mui-org/material-ui.git",
    "directory": "packages/mui-core"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui-org/material-ui/issues"
  },
  "homepage": "https://mui.com/customization/unstyled-components/",
  "peerDependencies": {
    "@types/react": "^16.8.6 || ^17.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "dependencies": {
    "@babel/runtime": "^7.16.0",
    "@emotion/is-prop-valid": "^1.1.0",
    "@mui/utils": "^5.1.0",
    "@popperjs/core": "^2.4.4",
    "clsx": "^1.1.1",
    "prop-types": "^15.7.2",
    "react-is": "^17.0.2"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "module": "./index.js",
  "types": "./index.d.ts"
}