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