{
  "name": "@material-ui/core",
  "private": false,
  "author": "Material-UI Team",
  "version": "3.6.2",
  "description": "React components that implement Google's Material Design.",
  "keywords": [
    "react",
    "react-component",
    "material design",
    "material-ui"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mui-org/material-ui.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui-org/material-ui/issues"
  },
  "homepage": "https://material-ui.com/",
  "peerDependencies": {
    "react": "^16.3.0",
    "react-dom": "^16.3.0"
  },
  "dependencies": {
    "@babel/runtime": "7.1.2",
    "@material-ui/utils": "^3.0.0-alpha.0",
    "@types/jss": "^9.5.6",
    "@types/react-transition-group": "^2.0.8",
    "brcast": "^3.0.1",
    "classnames": "^2.2.5",
    "csstype": "^2.5.2",
    "debounce": "^1.1.0",
    "deepmerge": "^3.0.0",
    "dom-helpers": "^3.2.1",
    "hoist-non-react-statics": "^3.2.1",
    "is-plain-object": "^2.0.4",
    "jss": "^9.3.3",
    "jss-camel-case": "^6.0.0",
    "jss-default-unit": "^8.0.2",
    "jss-global": "^3.0.0",
    "jss-nested": "^6.0.1",
    "jss-props-sort": "^6.0.0",
    "jss-vendor-prefixer": "^7.0.0",
    "keycode": "^2.1.9",
    "normalize-scroll-left": "^0.1.2",
    "popper.js": "^1.14.1",
    "prop-types": "^15.6.0",
    "react-event-listener": "^0.6.2",
    "react-transition-group": "^2.2.1",
    "recompose": "0.28.0 - 0.30.0",
    "warning": "^4.0.1"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "main": "./index.js",
  "module": "./index.es.js"
}