UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@mui/base",
3 "version": "5.0.0-beta.4",
4 "private": false,
5 "author": "MUI Team",
6 "description": "A library of headless ('unstyled') React UI components and low-level hooks.",
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/material-ui.git",
18 "directory": "packages/mui-base"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/mui/material-ui/issues"
23 },
24 "homepage": "https://mui.com/base/getting-started/overview/",
25 "funding": {
26 "type": "opencollective",
27 "url": "https://opencollective.com/mui"
28 },
29 "peerDependencies": {
30 "@types/react": "^17.0.0 || ^18.0.0",
31 "react": "^17.0.0 || ^18.0.0",
32 "react-dom": "^17.0.0 || ^18.0.0"
33 },
34 "peerDependenciesMeta": {
35 "@types/react": {
36 "optional": true
37 }
38 },
39 "dependencies": {
40 "@babel/runtime": "^7.21.0",
41 "@emotion/is-prop-valid": "^1.2.1",
42 "@mui/types": "^7.2.4",
43 "@mui/utils": "^5.13.1",
44 "@popperjs/core": "^2.11.8",
45 "clsx": "^1.2.1",
46 "prop-types": "^15.8.1",
47 "react-is": "^18.2.0"
48 },
49 "sideEffects": false,
50 "publishConfig": {
51 "access": "public"
52 },
53 "engines": {
54 "node": ">=12.0.0"
55 },
56 "module": "./index.js",
57 "types": "./index.d.ts"
58}
\No newline at end of file