@mui/stylis-plugin-rtl
Version:
A plugin for Material UI that provides RTL (right-to-left) support.
60 lines • 1.35 kB
JSON
{
"name": "@mui/stylis-plugin-rtl",
"version": "9.1.1",
"author": "MUI Team",
"description": "A plugin for Material UI that provides RTL (right-to-left) support.",
"license": "MIT",
"keywords": [
"react",
"react-component",
"mui",
"rtl"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-stylis-plugin-rtl"
},
"bugs": {
"url": "https://github.com/mui/material-ui/issues"
},
"homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-utils",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui-org"
},
"dependencies": {
"@babel/runtime": "^7.29.2",
"cssjanus": "^2.3.0"
},
"peerDependencies": {
"stylis": "4.x"
},
"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"
}
}
},
"main": "./index.js",
"types": "./index.d.ts"
}