Files
react-test/test/bundle-size/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
500 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"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:*"
}
}