/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/mui-styled-engine/package.json
76 строк
2 KB
Siriwat K
v9.3.0 (#48909)
05 авг 2026, 11:13
Не верифицирован
05 авг 2026, 11:13
da37c08
Код
Авторство
О чём код?
{ "name": "@mui/styled-engine", "version": "9.3.0", "author": "MUI Team", "description": "styled() API wrapper package for emotion.", "license": "MIT", "keywords": [ "react", "react-component", "mui", "emotion" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-styled-engine" }, "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://mui.com/system/styled/", "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/styled-engine\"", "typescript": "tsgo -p tsconfig.json", "attw": "attw --pack ./build --entrypoints \".\" \"GlobalStyles\" \"StyledEngineProvider\"" }, "dependencies": { "@babel/runtime": "^7.29.7", "@emotion/cache": "^11.14.0", "@emotion/serialize": "^1.3.3", "@emotion/sheet": "^1.4.0", "csstype": "^3.2.3", "prop-types": "^15.8.1" }, "devDependencies": { "@emotion/react": "11.14.0", "@emotion/styled": "11.14.1", "@mui/styled-engine": "workspace:*", "@types/chai": "5.2.3", "@types/prop-types": "15.7.15", "@types/react": "19.2.17", "chai": "6.2.2", "react": "19.2.8" }, "peerDependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@emotion/react": { "optional": true }, "@emotion/styled": { "optional": true } }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "exports": { ".": "./src/index.ts", "./*": "./src/*/index.ts" } }