/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.3.2
packages/mui-utils/package.json
79 строк
2 KB
Siriwat K
[release] v7.3.2 (#46848)
02 сен 2025, 04:52
Не верифицирован
02 сен 2025, 04:52
857be0e
Код
Авторство
О чём код?
{ "name": "@mui/utils", "version": "7.3.2", "author": "MUI Team", "description": "Utility functions for React components.", "main": "./src/index.ts", "keywords": [ "react", "react-component", "mui", "utils" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-utils" }, "license": "MIT", "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 && pnpm build:copy-files", "build:stable": "code-infra build --bundle esm --hasLargeFiles --skipPackageJson --buildTypes false --skipBundlePackageJson", "build:copy-files": "code-infra copy-files", "release": "pnpm build && pnpm publish", "test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-utils/**/*.test.?(c|m)[jt]s?(x)'", "typescript": "tsc -p tsconfig.json", "attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints types deepmerge" }, "dependencies": { "@babel/runtime": "^7.28.3", "@mui/types": "workspace:^", "@types/prop-types": "^15.7.15", "clsx": "^2.1.1", "prop-types": "^15.8.1", "react-is": "^19.1.1" }, "devDependencies": { "@mui/internal-test-utils": "workspace:^", "@mui/types": "workspace:^", "@types/chai": "^4.3.20", "@types/mocha": "^10.0.10", "@types/node": "^20.19.11", "@types/react": "^19.1.11", "@types/react-dom": "^19.1.7", "@types/react-is": "^19.0.0", "@types/sinon": "^17.0.4", "chai": "^4.5.0", "react": "^19.1.1", "react-dom": "^19.1.1", "sinon": "^21.0.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" } }