mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "@material-ui/core",
|
|
"version": "4.12.3",
|
|
"private": false,
|
|
"author": "Material-UI Team",
|
|
"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",
|
|
"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": {
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.4",
|
|
"@material-ui/styles": "^4.11.4",
|
|
"@material-ui/system": "^4.12.1",
|
|
"@material-ui/types": "5.1.0",
|
|
"@material-ui/utils": "^4.11.2",
|
|
"@types/react-transition-group": "^4.2.0",
|
|
"clsx": "^1.0.4",
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"popper.js": "1.16.1-lts",
|
|
"prop-types": "^15.7.2",
|
|
"react-is": "^16.8.0 || ^17.0.0",
|
|
"react-transition-group": "^4.4.0"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"main": "./index.js",
|
|
"module": "./esm/index.js",
|
|
"typings": "./index.d.ts"
|
|
} |