@mui/styled-engine-sc
Version:
styled() API wrapper package for styled-components.
91 lines • 2.31 kB
JSON
{
"name": "@mui/styled-engine-sc",
"version": "9.0.1",
"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"
},
"dependencies": {
"@babel/runtime": "^7.29.2",
"@types/hoist-non-react-statics": "^3.3.7",
"csstype": "^3.2.3",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"styled-components": "^6.0.0"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./index.d.mts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
},
"default": {
"types": "./index.d.mts",
"default": "./index.mjs"
}
},
"./GlobalStyles": {
"import": {
"types": "./GlobalStyles/index.d.mts",
"default": "./GlobalStyles/index.mjs"
},
"require": {
"types": "./GlobalStyles/index.d.ts",
"default": "./GlobalStyles/index.js"
},
"default": {
"types": "./GlobalStyles/index.d.mts",
"default": "./GlobalStyles/index.mjs"
}
},
"./StyledEngineProvider": {
"import": {
"types": "./StyledEngineProvider/index.d.mts",
"default": "./StyledEngineProvider/index.mjs"
},
"require": {
"types": "./StyledEngineProvider/index.d.ts",
"default": "./StyledEngineProvider/index.js"
},
"default": {
"types": "./StyledEngineProvider/index.d.mts",
"default": "./StyledEngineProvider/index.mjs"
}
}
},
"main": "./index.js",
"types": "./index.d.ts"
}