/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.18.0
packages-internal/scripts/package.json
57 строк
2 KB
Diego Andai
[core] Bump react 19 in v5 (#44720)
11 дек 2024, 23:47
Не верифицирован
11 дек 2024, 23:47
dd990df
Код
Авторство
О чём код?
{ "name": "@mui/internal-scripts", "version": "1.0.3", "author": "MUI Team", "description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.", "main": "build/index.js", "exports": { "./typescript-to-proptypes": { "default": "./build/typescript-to-proptypes/index.js", "types": "./build/typescript-to-proptypes/index.d.ts" } }, "repository": { "type": "git", "url": "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.ts'", "typescript": "tsc --build tsconfig.typecheck.json" }, "dependencies": { "@babel/core": "^7.23.9", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-jsx": "^7.23.3", "@babel/plugin-syntax-typescript": "^7.23.3", "@babel/types": "^7.23.9", "@mui/internal-docs-utils": "workspace:^", "doctrine": "^3.0.0", "lodash": "^4.17.21", "typescript": "^5.6.3", "uuid": "^9.0.1" }, "devDependencies": { "@babel/register": "^7.23.7", "@types/babel__core": "^7.20.5", "@types/chai": "^4.3.12", "@types/doctrine": "^0.0.9", "@types/lodash": "^4.17.0", "@types/node": "^18.19.48", "@types/prettier": "^2.7.3", "@types/react": "^19.0.0", "@types/uuid": "^9.0.8", "chai": "^4.4.1", "fast-glob": "^3.3.2", "prettier": "^3.2.5", "rimraf": "^5.0.5" }, "publishConfig": { "access": "public" } }