๐Ÿ“ฆ mui / material-ui

๐Ÿ“„ package.json ยท 19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19{
  "private": true,
  "description": "Bundle size measurement workspace for MUI packages",
  "scripts": {
    "check": "NODE_OPTIONS=\"--max-old-space-size=4096\" bundle-size-checker --output ../size-snapshot.json"
  },
  "devDependencies": {
    "fast-glob": "3.3.3",
    "path": "0.12.7"
  },
  "dependencies": {
    "@mui/material": "workspace:*",
    "@mui/lab": "workspace:*",
    "@mui/private-theming": "workspace:*",
    "@mui/system": "workspace:*",
    "@mui/utils": "workspace:*"
  }
}