UNPKG

@material-ui/unstyled

Version:

Unstyled React components with which to implement custom design systems.

52 lines 1.26 kB
{ "name": "@material-ui/unstyled", "version": "5.0.0-alpha.44", "private": false, "author": "Material-UI Team", "description": "Unstyled React components with which to implement custom design systems.", "main": "./node/index.js", "keywords": [ "react", "react-component", "material-ui", "unstyled", "a11y" ], "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui.git", "directory": "packages/material-ui-unstyled" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "https://next.material-ui.com/customization/unstyled-components/", "peerDependencies": { "@types/react": "^16.8.6 || ^17.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "dependencies": { "@babel/runtime": "^7.14.8", "@emotion/is-prop-valid": "^1.1.0", "@material-ui/utils": "5.0.0-beta.5", "clsx": "^1.0.4", "prop-types": "^15.7.2", "react-is": "^17.0.2" }, "sideEffects": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=12.0.0" }, "module": "./index.js", "types": "./index.d.ts" }