UNPKG

@material-ui/core

Version:

Quickly build beautiful React apps. Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.

70 lines 1.9 kB
{ "name": "@material-ui/core", "version": "5.0.0-beta.2", "private": false, "author": "Material-UI Team", "description": "Quickly build beautiful React apps. Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.", "main": "./node/index.js", "keywords": [ "react", "react-component", "material-ui", "material design" ], "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui.git", "directory": "packages/material-ui" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "https://material-ui.com/", "funding": { "type": "opencollective", "url": "https://opencollective.com/material-ui" }, "peerDependencies": { "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0", "@types/react": "^16.8.6 || ^17.0.0", "react": "^17.0.0", "react-dom": "^17.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "@emotion/react": { "optional": true }, "@emotion/styled": { "optional": true } }, "dependencies": { "@babel/runtime": "^7.4.4", "@material-ui/system": "5.0.0-beta.2", "@material-ui/types": "6.0.1", "@material-ui/unstyled": "5.0.0-alpha.41", "@material-ui/utils": "5.0.0-beta.1", "@popperjs/core": "^2.4.4", "@types/react-transition-group": "^4.2.0", "clsx": "^1.0.4", "csstype": "^3.0.2", "hoist-non-react-statics": "^3.3.2", "prop-types": "^15.7.2", "react-is": "^17.0.0", "react-transition-group": "^4.4.0" }, "sideEffects": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=12.0.0" }, "module": "./index.js", "types": "./index.d.ts" }