/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/mui-system/package.json
91 строка
2 KB
Siriwat K
v9.3.0 (#48909)
05 авг 2026, 11:13
Не верифицирован
05 авг 2026, 11:13
da37c08
Код
Авторство
О чём код?
{ "name": "@mui/system", "version": "9.3.0", "author": "MUI Team", "description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.", "license": "MIT", "keywords": [ "react", "react-component", "mui", "system" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-system" }, "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://mui.com/system/getting-started/", "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/system\"", "typescript": "tsgo -p tsconfig.json", "typescript:module-augmentation": "node scripts/testModuleAugmentation.js", "attw": "attw --pack ./build --entrypoints \".\" \"Box\" \"styled\" \"useTheme\"" }, "dependencies": { "@babel/runtime": "^7.29.7", "@mui/private-theming": "workspace:^", "@mui/styled-engine": "workspace:^", "@mui/types": "workspace:^", "@mui/utils": "workspace:^", "clsx": "^2.1.1", "csstype": "^3.2.3", "prop-types": "^15.8.1" }, "devDependencies": { "@emotion/react": "11.14.0", "@emotion/styled": "11.14.1", "@mui/system": "workspace:*", "@types/chai": "5.2.3", "@types/prop-types": "15.7.15", "@types/react": "19.2.17", "@types/sinon": "22.0.0", "chai": "6.2.2", "es-toolkit": "1.50.0", "fast-glob": "3.3.3", "react": "19.2.8", "sinon": "22.1.0", "styled-components": "6.4.4" }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "@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 }, "@emotion/react": { "optional": true }, "@emotion/styled": { "optional": true } }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "exports": { ".": "./src/index.js", "./createTheme": "./src/createTheme/index.js", "./RtlProvider": "./src/RtlProvider/index.js", "./styleFunctionSx": "./src/styleFunctionSx/index.js", "./*": "./src/*/index.ts" } }