UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@material-ui/core",
3 "version": "4.12.4",
4 "private": false,
5 "author": "Material-UI Team",
6 "description": "React components that implement Google's Material Design.",
7 "keywords": [
8 "react",
9 "react-component",
10 "material design",
11 "material-ui"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/mui-org/material-ui.git",
16 "directory": "packages/material-ui"
17 },
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/mui-org/material-ui/issues"
21 },
22 "homepage": "https://mui.com/",
23 "funding": {
24 "type": "opencollective",
25 "url": "https://opencollective.com/material-ui"
26 },
27 "peerDependencies": {
28 "@types/react": "^16.8.6 || ^17.0.0",
29 "react": "^16.8.0 || ^17.0.0",
30 "react-dom": "^16.8.0 || ^17.0.0"
31 },
32 "peerDependenciesMeta": {
33 "@types/react": {
34 "optional": true
35 }
36 },
37 "dependencies": {
38 "@babel/runtime": "^7.4.4",
39 "@material-ui/styles": "^4.11.5",
40 "@material-ui/system": "^4.12.2",
41 "@material-ui/types": "5.1.0",
42 "@material-ui/utils": "^4.11.3",
43 "@types/react-transition-group": "^4.2.0",
44 "clsx": "^1.0.4",
45 "hoist-non-react-statics": "^3.3.2",
46 "popper.js": "1.16.1-lts",
47 "prop-types": "^15.7.2",
48 "react-is": "^16.8.0 || ^17.0.0",
49 "react-transition-group": "^4.4.0"
50 },
51 "sideEffects": false,
52 "publishConfig": {
53 "access": "public"
54 },
55 "engines": {
56 "node": ">=8.0.0"
57 },
58 "main": "./index.js",
59 "module": "./esm/index.js",
60 "typings": "./index.d.ts"
61}
\No newline at end of file