{
  "name": "@mui/docs",
  "version": "7.3.9",
  "author": "MUI Team",
  "description": "MUI Docs - Documentation building blocks.",
  "keywords": [
    "react",
    "react-component",
    "material-ui",
    "material design",
    "docs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mui/material-ui.git",
    "directory": "packages/mui-docs"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui/material-ui/issues"
  },
  "homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-docs",
  "dependencies": {
    "@babel/runtime": "^7.28.6",
    "clipboard-copy": "^4.0.1",
    "clsx": "^2.1.1",
    "nprogress": "^0.2.0",
    "prop-types": "^15.8.1",
    "@mui/internal-markdown": "^2.0.15"
  },
  "peerDependencies": {
    "@mui/base": "^5.0.0 || ^5.0.0-beta || ^7.0.0 || ^7.0.0-beta",
    "@mui/icons-material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta",
    "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta",
    "@mui/system": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^7.0.0-beta",
    "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "chai": "^6.0.1",
    "csstype": "^3.1.3",
    "next": "^13.5.1 || ^14 || ^15.0.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "type": "commonjs",
  "exports": {
    "./package.json": "./package.json",
    "./*": {
      "require": {
        "types": "./*/index.d.ts",
        "default": "./*/index.js"
      },
      "default": {
        "types": "./esm/*/index.d.ts",
        "default": "./esm/*/index.js"
      }
    },
    "./esm": null
  }
}