/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/mui-material/package.json
133 строки
4 KB
Brijesh Bittu
[release] v9.3.1 (#48935)
06 авг 2026, 12:18
Не верифицирован
06 авг 2026, 12:18
5b91ac7
Код
Авторство
О чём код?
{ "name": "@mui/material", "version": "9.3.1", "author": "MUI Team", "description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.", "license": "MIT", "keywords": [ "react", "react-component", "mui", "material-ui", "material design" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-material" }, "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://mui.com/material-ui/", "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/material\"", "typescript": "tsgo -p tsconfig.json", "typescript:module-augmentation": "node scripts/testModuleAugmentation.js", "attw": "attw --pack ./build --entrypoints \".\" \"Button\" \"styles\" \"utils\"" }, "dependencies": { "@babel/runtime": "^7.29.7", "@mui/core-downloads-tracker": "workspace:^", "@mui/system": "workspace:^", "@mui/types": "workspace:^", "@mui/utils": "workspace:^", "@popperjs/core": "^2.11.8", "@types/react-transition-group": "^4.4.12", "clsx": "^2.1.1", "csstype": "^3.2.3", "prop-types": "^15.8.1", "react-is": "^19.2.8", "react-transition-group": "^4.4.5" }, "devDependencies": { "@types/chai": "5.2.3", "@types/prop-types": "15.7.15", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "@types/sinon": "22.0.0", "chai": "6.2.2", "css-mediaquery": "0.1.2", "es-toolkit": "1.50.0", "fast-glob": "3.3.3", "react": "19.2.8", "react-dom": "19.2.8", "react-router": "8.3.0", "sinon": "22.1.0" }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "@mui/material-pigment-css": "workspace:^", "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "@emotion/react": { "optional": true }, "@emotion/styled": { "optional": true }, "@mui/material-pigment-css": { "optional": true } }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "browser": { "react-transition-group/cjs/TransitionGroupContext.js": "react-transition-group/esm/TransitionGroupContext.js" }, "exports": { ".": "./src/index.js", "./ButtonBase/TouchRipple": "./src/ButtonBase/TouchRipple.js", "./zero-styled": "./src/zero-styled/index.tsx", "./className": "./src/className/index.ts", "./ClickAwayListener": "./src/ClickAwayListener/index.ts", "./darkScrollbar": "./src/darkScrollbar/index.ts", "./DefaultPropsProvider": "./src/DefaultPropsProvider/index.ts", "./generateUtilityClass": "./src/generateUtilityClass/index.ts", "./generateUtilityClasses": "./src/generateUtilityClasses/index.ts", "./Grid": "./src/Grid/index.ts", "./InitColorSchemeScript": "./src/InitColorSchemeScript/index.ts", "./internal": "./src/internal/index.ts", "./locale": "./src/locale/index.ts", "./OverridableComponent": "./src/OverridableComponent/index.ts", "./PigmentContainer": "./src/PigmentContainer/index.ts", "./PigmentGrid": "./src/PigmentGrid/index.ts", "./PigmentStack": "./src/PigmentStack/index.ts", "./themeCssVarsAugmentation": "./src/themeCssVarsAugmentation/index.ts", "./transitions": "./src/transitions/index.ts", "./useLazyRipple": "./src/useLazyRipple/index.ts", "./version": "./src/version/index.ts", "./*": "./src/*/index.js" }, "pigment-css": { "vite": { "include": [ "prop-types", "react-is", "hoist-non-react-statics", "react", "react-dom", "@emotion/react" ] } } }