{ "name": "@mui/styled-engine-sc", "version": "7.3.6", "author": "MUI Team", "description": "styled() API wrapper package for styled-components.", "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" }, "license": "MIT", "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 --skipTsc", "release": "pnpm build && pnpm publish", "test": "pnpm --workspace-root test:unit --project \"*:@mui/styled-engine-sc\"", "typescript": "tsc -p tsconfig.json" }, "dependencies": { "@babel/runtime": "^7.28.4", "@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": { "@mui/internal-test-utils": "workspace:^", "@types/chai": "^5.2.3", "@types/react": "^19.2.7", "chai": "^6.0.1", "react": "^19.2.1", "styled-components": "^6.1.19" }, "peerDependencies": { "styled-components": "^6.0.0" }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "exports": { ".": "./src/index.js", "./*": "./src/*/index.js" } }