UNPKG

@mui/styled-engine

Version:

styled() API wrapper package for emotion.

102 lines 2.48 kB
{ "name": "@mui/styled-engine", "version": "9.0.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" }, "dependencies": { "@babel/runtime": "^7.29.2", "@emotion/cache": "^11.14.0", "@emotion/serialize": "^1.3.3", "@emotion/sheet": "^1.4.0", "csstype": "^3.2.3", "prop-types": "^15.8.1" }, "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" }, "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" }