{ "name": "@mui/docs", "version": "7.3.6", "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", "scripts": { "build": "code-infra build --copy \"src/translations/translations.json\" --copy \"src/translations/translations.json:esm\"", "release": "pnpm build && pnpm publish", "test": "exit 0", "typescript": "tsc -p tsconfig.json" }, "dependencies": { "@babel/runtime": "^7.28.4", "@mui/internal-markdown": "workspace:^", "clipboard-copy": "^4.0.1", "clsx": "^2.1.1", "nprogress": "^0.2.0", "prop-types": "^15.8.1" }, "devDependencies": { "@mui/icons-material": "workspace:*", "@mui/material": "workspace:*", "@types/chai": "^5.2.3", "@types/gtag.js": "^0.0.20", "@types/node": "^20.19.25", "@types/prop-types": "^15.7.15", "@types/react": "^19.2.7", "next": "^15.5.7", "react": "^19.2.1" }, "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", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "exports": { "./*": "./src/*/index.ts" } }