mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 09:25:15 +00:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "@material-ui/styles",
|
|
"version": "4.11.4",
|
|
"private": false,
|
|
"author": "Material-UI Team",
|
|
"description": "Material-UI Styles - The styling solution of Material-UI.",
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"material design",
|
|
"material-ui",
|
|
"styles"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mui-org/material-ui.git",
|
|
"directory": "packages/material-ui-styles"
|
|
},
|
|
"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-styles",
|
|
"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",
|
|
"@emotion/hash": "^0.8.0",
|
|
"@material-ui/types": "5.1.0",
|
|
"@material-ui/utils": "^4.11.2",
|
|
"clsx": "^1.0.4",
|
|
"csstype": "^2.5.2",
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"jss": "^10.5.1",
|
|
"jss-plugin-camel-case": "^10.5.1",
|
|
"jss-plugin-default-unit": "^10.5.1",
|
|
"jss-plugin-global": "^10.5.1",
|
|
"jss-plugin-nested": "^10.5.1",
|
|
"jss-plugin-props-sort": "^10.5.1",
|
|
"jss-plugin-rule-value-function": "^10.5.1",
|
|
"jss-plugin-vendor-prefixer": "^10.5.1",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"module": "./esm/index.js",
|
|
"typings": "./index.d.ts"
|
|
} |