/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.3.2
packages-internal/scripts/package.json
59 строк
2 KB
Siriwat K
[release] v7.3.2 (#46848)
02 сен 2025, 04:52
Не верифицирован
02 сен 2025, 04:52
857be0e
Код
Авторство
О чём код?
{ "name": "@mui/internal-scripts", "version": "2.0.13", "author": "MUI Team", "description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.", "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" }, "license": "MIT", "scripts": { "prebuild": "rimraf ./build", "build": "tsc --build 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": "cd ../../ && cross-env NODE_ENV=test mocha --config packages-internal/scripts/typescript-to-proptypes/test/.mocharc.js 'packages-internal/scripts/typescript-to-proptypes/**/*.test.?(c|m)[jt]s?(x)' 'packages-internal/scripts/generate-llms-txt/**/*.test.?(c|m)[jt]s?(x)'", "typescript": "tsc --build tsconfig.typecheck.json" }, "dependencies": { "@babel/core": "^7.28.3", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/plugin-syntax-typescript": "^7.27.1", "@babel/types": "^7.28.2", "@mui/internal-docs-utils": "workspace:^", "doctrine": "^3.0.0", "lodash": "^4.17.21", "typescript": "^5.9.2", "uuid": "^11.1.0" }, "devDependencies": { "@babel/register": "^7.28.3", "@types/babel__core": "^7.20.5", "@types/chai": "^4.3.20", "@types/doctrine": "^0.0.9", "@types/lodash": "^4.17.20", "@types/node": "^20.19.11", "@types/react": "^19.1.11", "@types/uuid": "^10.0.0", "chai": "^4.5.0", "fast-glob": "^3.3.3", "prettier": "^3.6.2", "rimraf": "^6.0.1" }, "publishConfig": { "access": "public" } }