UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@material-ui/core",
3 "version": "4.8.0",
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://material-ui.com/",
23 "funding": {
24 "type": "opencollective",
25 "url": "https://opencollective.com/material-ui"
26 },
27 "peerDependencies": {
28 "react": "^16.8.0",
29 "react-dom": "^16.8.0"
30 },
31 "dependencies": {
32 "@babel/runtime": "^7.4.4",
33 "@material-ui/styles": "^4.7.1",
34 "@material-ui/system": "^4.7.1",
35 "@material-ui/types": "^4.1.1",
36 "@material-ui/utils": "^4.7.1",
37 "@types/react-transition-group": "^4.2.0",
38 "clsx": "^1.0.2",
39 "convert-css-length": "^2.0.1",
40 "hoist-non-react-statics": "^3.2.1",
41 "normalize-scroll-left": "^0.2.0",
42 "popper.js": "^1.14.1",
43 "prop-types": "^15.7.2",
44 "react-is": "^16.8.0",
45 "react-transition-group": "^4.3.0"
46 },
47 "sideEffects": false,
48 "publishConfig": {
49 "access": "public"
50 },
51 "engines": {
52 "node": ">=8.0.0"
53 },
54 "main": "./index.js",
55 "module": "./esm/index.js",
56 "typings": "./index.d.ts"
57}
\No newline at end of file