1 | {
|
2 | "name": "@mui/material",
|
3 | "version": "6.1.6",
|
4 | "private": false,
|
5 | "author": "MUI Team",
|
6 | "description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
|
7 | "main": "./node/index.js",
|
8 | "keywords": [
|
9 | "react",
|
10 | "react-component",
|
11 | "mui",
|
12 | "material-ui",
|
13 | "material design"
|
14 | ],
|
15 | "repository": {
|
16 | "type": "git",
|
17 | "url": "git+https://github.com/mui/material-ui.git",
|
18 | "directory": "packages/mui-material"
|
19 | },
|
20 | "license": "MIT",
|
21 | "bugs": {
|
22 | "url": "https://github.com/mui/material-ui/issues"
|
23 | },
|
24 | "homepage": "https://mui.com/material-ui/",
|
25 | "funding": {
|
26 | "type": "opencollective",
|
27 | "url": "https://opencollective.com/mui-org"
|
28 | },
|
29 | "dependencies": {
|
30 | "@babel/runtime": "^7.26.0",
|
31 | "@popperjs/core": "^2.11.8",
|
32 | "@types/react-transition-group": "^4.4.11",
|
33 | "clsx": "^2.1.1",
|
34 | "csstype": "^3.1.3",
|
35 | "prop-types": "^15.8.1",
|
36 | "react-is": "^18.3.1",
|
37 | "react-transition-group": "^4.4.5",
|
38 | "@mui/system": "^6.1.6",
|
39 | "@mui/types": "^7.2.19",
|
40 | "@mui/core-downloads-tracker": "^6.1.6",
|
41 | "@mui/utils": "^6.1.6"
|
42 | },
|
43 | "peerDependencies": {
|
44 | "@emotion/react": "^11.5.0",
|
45 | "@emotion/styled": "^11.3.0",
|
46 | "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
47 | "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
48 | "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
49 | "@mui/material-pigment-css": "^6.1.6"
|
50 | },
|
51 | "peerDependenciesMeta": {
|
52 | "@types/react": {
|
53 | "optional": true
|
54 | },
|
55 | "@emotion/react": {
|
56 | "optional": true
|
57 | },
|
58 | "@emotion/styled": {
|
59 | "optional": true
|
60 | },
|
61 | "@mui/material-pigment-css": {
|
62 | "optional": true
|
63 | }
|
64 | },
|
65 | "sideEffects": false,
|
66 | "publishConfig": {
|
67 | "access": "public",
|
68 | "directory": "build"
|
69 | },
|
70 | "engines": {
|
71 | "node": ">=14.0.0"
|
72 | },
|
73 | "pigment-css": {
|
74 | "vite": {
|
75 | "include": [
|
76 | "prop-types",
|
77 | "react-is",
|
78 | "hoist-non-react-statics",
|
79 | "react",
|
80 | "react-dom",
|
81 | "@emotion/react"
|
82 | ]
|
83 | }
|
84 | },
|
85 | "module": "./index.js",
|
86 | "types": "./index.d.ts"
|
87 | } |
\ | No newline at end of file |