64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "@material-ui/core",
|
|
"private": false,
|
|
"author": "Material-UI Team",
|
|
"version": "3.1.0",
|
|
"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": "http://material-ui.com/",
|
|
"peerDependencies": {
|
|
"react": "^16.3.0",
|
|
"react-dom": "^16.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.0.0",
|
|
"@types/jss": "^9.5.3",
|
|
"@types/react-transition-group": "^2.0.8",
|
|
"brcast": "^3.0.1",
|
|
"classnames": "^2.2.5",
|
|
"csstype": "^2.5.2",
|
|
"debounce": "^1.1.0",
|
|
"deepmerge": "^2.0.1",
|
|
"dom-helpers": "^3.2.1",
|
|
"hoist-non-react-statics": "^2.5.0",
|
|
"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-jss": "^8.1.0",
|
|
"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"
|
|
} |