/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages-internal/scripts/package.json
57 строк
2 KB
code-infra-renovate[bot]
Bump code-infra:patchUpdates (#48892)
06 авг 2026, 15:28
Не верифицирован
06 авг 2026, 15:28
6688a78
Код
Авторство
О чём код?
{ "name": "@mui/internal-scripts", "version": "3.0.10", "author": "MUI Team", "description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.", "license": "MIT", "exports": { "./typescript-to-proptypes": { "types": "./build/typescript-to-proptypes/index.d.ts", "default": "./build/typescript-to-proptypes/index.js" }, "./generate-llms-txt": { "types": "./build/generate-llms-txt/index.d.ts", "default": "./build/generate-llms-txt/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages-internal/scripts" }, "scripts": { "prebuild": "rimraf ./build", "build": "tsc -b tsconfig.json", "release:publish": "pnpm build && pnpm publish --tag latest", "release:publish:dry-run": "pnpm build && pnpm publish --tag latest --registry=\"http://localhost:4873/\"", "test": "pnpm --workspace-root test:unit --project \"*:@mui/internal-scripts\"", "typescript": "tsgo -b tsconfig.typecheck.json" }, "dependencies": { "@babel/core": "^7.29.7", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-jsx": "^7.29.7", "@babel/plugin-syntax-typescript": "^7.29.7", "@babel/types": "^7.29.7", "@mui/internal-docs-utils": "workspace:^", "doctrine": "^3.0.0", "es-toolkit": "^1.50.0", "typescript": "^6.0.3" }, "devDependencies": { "@babel/register": "7.29.7", "@types/babel__core": "7.20.5", "@types/chai": "5.2.3", "@types/doctrine": "0.0.9", "@types/node": "20.19.43", "@types/react": "19.2.17", "@types/uuid": "11.0.0", "chai": "6.2.2", "fast-glob": "3.3.3", "prettier": "3.9.6", "rimraf": "6.1.3" }, "publishConfig": { "access": "public" } }