mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@material-ui/utils",
|
|
"version": "4.11.2",
|
|
"private": false,
|
|
"author": "Material-UI Team",
|
|
"description": "Material-UI Utils - Utility functions for Material-UI.",
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"material design",
|
|
"material-ui",
|
|
"utils"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mui-org/material-ui.git",
|
|
"directory": "packages/material-ui-utils"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mui-org/material-ui/issues"
|
|
},
|
|
"homepage": "https://github.com/mui-org/material-ui/tree/master/packages/material-ui-utils",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.4",
|
|
"prop-types": "^15.7.2",
|
|
"react-is": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"module": "./esm/index.js",
|
|
"typings": "./index.d.ts"
|
|
} |