UNPKG

1.23 kBJSONView Raw
1{
2 "name": "@mui/core",
3 "version": "5.0.0-alpha.54",
4 "private": false,
5 "author": "MUI Team",
6 "description": "Unstyled React components with which to implement custom design systems.",
7 "main": "./node/index.js",
8 "keywords": [
9 "react",
10 "react-component",
11 "mui",
12 "unstyled",
13 "a11y"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/mui-org/material-ui.git",
18 "directory": "packages/mui-core"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/mui-org/material-ui/issues"
23 },
24 "homepage": "https://mui.com/customization/unstyled-components/",
25 "peerDependencies": {
26 "@types/react": "^16.8.6 || ^17.0.0",
27 "react": "^17.0.2",
28 "react-dom": "^17.0.2"
29 },
30 "peerDependenciesMeta": {
31 "@types/react": {
32 "optional": true
33 }
34 },
35 "dependencies": {
36 "@babel/runtime": "^7.16.0",
37 "@emotion/is-prop-valid": "^1.1.0",
38 "@mui/utils": "^5.1.0",
39 "@popperjs/core": "^2.4.4",
40 "clsx": "^1.1.1",
41 "prop-types": "^15.7.2",
42 "react-is": "^17.0.2"
43 },
44 "sideEffects": false,
45 "publishConfig": {
46 "access": "public"
47 },
48 "engines": {
49 "node": ">=12.0.0"
50 },
51 "module": "./index.js",
52 "types": "./index.d.ts"
53}
\No newline at end of file