/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages-internal/core-docs/package.json
94 строки
3 KB
code-infra-renovate[bot]
Bump code-infra:patchUpdates (#48892)
06 авг 2026, 15:28
Не верифицирован
06 авг 2026, 15:28
6688a78
Код
Авторство
О чём код?
{ "name": "@mui/internal-core-docs", "version": "9.3.0", "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", "license": "MIT", "keywords": [ "react", "react-component", "material-ui", "material design", "docs" ], "type": "module", "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages-internal/core-docs" }, "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://github.com/mui/material-ui/tree/master/packages-internal/core-docs", "scripts": { "build": "code-infra build --tsgo --flat --bundle esm --copy \"src/translations/translations.json\" --copy \"src/nextFonts/fonts\"", "release": "pnpm build && pnpm publish", "test": "exit 0", "typescript": "tsgo -p tsconfig.json" }, "dependencies": { "@babel/runtime": "^7.29.7", "@mui/internal-markdown": "workspace:^", "clipboard-copy": "^4.0.1", "clsx": "^2.1.1", "es-toolkit": "^1.50.0", "fg-loadcss": "^3.1.0", "lz-string": "^1.5.0", "nprogress": "^0.2.0", "stylis": "catalog:docs" }, "devDependencies": { "@mui/icons-material": "workspace:*", "@mui/internal-api-docs-builder": "workspace:*", "@mui/material": "workspace:*", "@types/chai": "5.2.3", "@types/fg-loadcss": "3.1.3", "@types/gtag.js": "0.0.20", "@types/node": "20.19.43", "@types/nprogress": "0.2.3", "@types/prop-types": "15.7.15", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "next": "16.2.12" }, "peerDependencies": { "@base-ui/react": "^1", "@docsearch/react": "catalog:docs", "@emotion/cache": "catalog:docs", "@emotion/react": "catalog:docs", "@emotion/styled": "catalog:docs", "@mui/icons-material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0 || ^9.0.0-alpha || ^9.0.0-beta", "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0 || ^9.0.0-alpha || ^9.0.0-beta", "@mui/material-nextjs": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0 || ^9.0.0-alpha || ^9.0.0-beta", "@mui/stylis-plugin-rtl": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0 || ^9.0.0-alpha || ^9.0.0-beta", "@mui/system": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0 || ^9.0.0-alpha || ^9.0.0-beta", "@mui/utils": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0 || ^9.0.0-alpha || ^9.0.0-beta", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "@types/stylis": "^4.2.7", "chai": "^6.0.1", "csstype": "^3.1.3", "next": "^13.5.1 || ^14 || ^15.0.0 || ^16.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-runner": "^1.0.5", "react-simple-code-editor": "^0.14.1", "styled-components": "^5.3.0 || ^6.0.0" }, "peerDependenciesMeta": { "styled-components": { "optional": true } }, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "exports": { "./*": "./src/*/index.ts", "./ApiPage/private": "./src/ApiPage/private.ts" } }