UNPKG

@mui/stylis-plugin-rtl

Version:

A plugin for Material UI that provides RTL (right-to-left) support.

70 lines 1.58 kB
{ "name": "@mui/stylis-plugin-rtl", "version": "7.2.0", "author": "MUI Team", "description": "A plugin for Material UI that provides RTL (right-to-left) support.", "main": "./index.js", "keywords": [ "react", "react-component", "mui", "rtl" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-stylis-plugin-rtl" }, "license": "MIT", "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.27.6", "cssjanus": "^2.3.0" }, "peerDependencies": { "stylis": "4.x" }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "private": false, "module": "./esm/index.js", "exports": { "./package.json": "./package.json", ".": { "require": { "types": "./index.d.ts", "default": "./index.js" }, "import": { "types": "./esm/index.d.ts", "default": "./esm/index.js" } }, "./*": { "require": { "types": "./*/index.d.ts", "default": "./*/index.js" }, "import": { "types": "./esm/*/index.d.ts", "default": "./esm/*/index.js" } }, "./esm": null, "./modern": null }, "types": "./index.d.ts" }