UNPKG

@mui/internal-docs-infra

Version:

MUI Infra - internal documentation creation tools.

101 lines 2.58 kB
{ "name": "@mui/internal-docs-infra", "version": "0.1.1-alpha.19", "author": "MUI Team", "description": "MUI Infra - internal documentation creation tools.", "main": "./index.js", "types": "./index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" }, "./*": { "types": "./*/index.d.ts", "default": "./*/index.js" }, "./*/types": { "types": "./*/types.d.ts", "default": "./*/types.js" }, "./*/errors": { "types": "./*/errors.d.ts", "default": "./*/errors.js" }, "./pipeline": { "types": "./pipeline/index.d.ts", "default": "./pipeline/index.js" }, "./pipeline/*": { "types": "./pipeline/*/index.d.ts", "default": "./pipeline/*/index.js" }, "./pipeline/*/types": { "types": "./pipeline/*/types.d.ts", "default": "./pipeline/*/types.js" }, "./pipeline/*/errors": { "types": "./pipeline/*/errors.d.ts", "default": "./pipeline/*/errors.js" } }, "keywords": [ "react", "react-component", "material-ui", "material design", "docs" ], "repository": { "type": "git", "url": "git+https://github.com/mui/mui-public.git", "directory": "packages/mui-docs" }, "license": "MIT", "bugs": { "url": "https://github.com/mui/mui-public/issues" }, "homepage": "https://github.com/mui/mui-public/tree/master/packages/docs-infra", "dependencies": { "@babel/runtime": "^7.27.6", "@babel/standalone": "^7.28.1", "@wooorm/starry-night": "^3.8.0", "clipboard-copy": "^4.0.1", "hast-util-to-jsx-runtime": "^2.3.6", "hast-util-to-mdast": "^10.1.2", "hast-util-to-text": "^4.0.2", "js-sha256": "^0.11.1", "jsondiffpatch": "^0.7.3", "kebab-case": "^2.0.2", "lz-string": "^1.5.0", "prettier": "^3.5.3", "rehype-parse": "^9.0.1", "rehype-remark": "^10.0.1", "rehype-sanitize": "^6.0.0", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "vscode-oniguruma": "^2.0.1" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "next": "^13.5.1 || ^14 || ^15.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "engines": { "node": ">=22.0.0" }, "private": false, "type": "module", "module": "./index.js", "publishConfig": { "access": "public" } }