UNPKG

1.43 kBJSONView Raw
1{
2 "name": "@mui/base",
3 "version": "5.0.0-beta.40",
4 "private": false,
5 "author": "MUI Team",
6 "description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",
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-ui/",
25 "funding": {
26 "type": "opencollective",
27 "url": "https://opencollective.com/mui-org"
28 },
29 "dependencies": {
30 "@babel/runtime": "^7.23.9",
31 "@floating-ui/react-dom": "^2.0.8",
32 "@popperjs/core": "^2.11.8",
33 "clsx": "^2.1.0",
34 "prop-types": "^15.8.1",
35 "@mui/utils": "^5.15.14",
36 "@mui/types": "^7.2.14"
37 },
38 "peerDependencies": {
39 "@types/react": "^17.0.0 || ^18.0.0",
40 "react": "^17.0.0 || ^18.0.0",
41 "react-dom": "^17.0.0 || ^18.0.0"
42 },
43 "peerDependenciesMeta": {
44 "@types/react": {
45 "optional": true
46 }
47 },
48 "sideEffects": false,
49 "publishConfig": {
50 "access": "public",
51 "directory": "build"
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