/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/mui-utils/package.json
75 строк
2 KB
Siriwat K
v9.3.0 (#48909)
05 авг 2026, 11:13
Не верифицирован
05 авг 2026, 11:13
da37c08
Код
Авторство
О чём код?
{ "name": "@mui/utils", "version": "9.3.0", "author": "MUI Team", "description": "Utility functions for React components.", "license": "MIT", "keywords": [ "react", "react-component", "mui", "utils" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-utils" }, "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-utils", "funding": { "type": "opencollective", "url": "https://opencollective.com/mui-org" }, "scripts": { "build": "code-infra build --tsgo --flat", "release": "pnpm build && pnpm publish", "test": "pnpm --workspace-root test:unit --project \"*:@mui/utils\"", "typescript": "tsgo -p tsconfig.json", "attw": "attw --pack ./build --entrypoints \".\" \"deepmerge\" \"useId\" \"composeClasses\"" }, "dependencies": { "@babel/runtime": "^7.29.7", "@mui/types": "workspace:^", "@types/prop-types": "^15.7.15", "clsx": "^2.1.1", "prop-types": "^15.8.1", "react-is": "^19.2.8" }, "devDependencies": { "@mui/types": "workspace:^", "@types/chai": "5.2.3", "@types/node": "20.19.43", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "@types/react-is": "19.2.0", "@types/sinon": "22.0.0", "chai": "6.2.2", "react": "19.2.8", "react-dom": "19.2.8", "sinon": "22.1.0" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "exports": { ".": "./src/index.ts", "./*": "./src/*/index.ts" } }