1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29{
"name": "@mui-x-internal/performance-charts",
"private": true,
"type": "module",
"scripts": {
"test:performance": "vitest bench",
"test:performance:trace": "TRACE=true vitest bench --run",
"build": "pnpm --filter=\"@mui/x-charts-premium...\" build",
"test:performance:browser": "vitest bench --browser"
},
"devDependencies": {
"@codspeed/vitest-plugin": "5.0.1",
"@emotion/react": "catalog:",
"@mui/x-charts": "workspace:*",
"@mui/x-charts-pro": "workspace:*",
"@mui/x-charts-premium": "workspace:*",
"@testing-library/react": "16.3.1",
"@testing-library/user-event": "14.6.1",
"@vitejs/plugin-react": "catalog:",
"@vitejs/plugin-react-swc": "catalog:",
"@vitest/browser-playwright": "catalog:",
"@vitest/ui": "catalog:",
"jsdom": "26.1.0",
"react": "catalog:",
"react-dom": "catalog:",
"vitest": "catalog:"
}
}