common code

This commit is contained in:
2025-09-17 12:03:14 -04:00
parent 090af0f477
commit 50376f71a8
22 changed files with 3145 additions and 390 deletions

View File

@@ -10,12 +10,29 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.2",
"@mui/x-date-pickers": "^8.11.2",
"@mui/x-date-pickers-pro": "^8.11.2",
"@wojtekmaj/react-daterange-picker": "^7.0.0",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.18",
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.2",
"flex-layout-system": "^2.0.3",
"react": "^19.1.1",
"react-calendar": "^6.0.0",
"react-date-range": "^2.0.1",
"react-datepicker": "^8.7.0",
"react-dom": "^19.1.1",
"timelines-chart": "^2.14.2"
"react-flexbox-grid": "^2.1.2",
"react-split-pane": "^0.1.92",
"rsuite": "^5.83.3",
"timelines-chart": "^2.14.2",
"uplot": "^1.6.32",
"uplot-react": "^1.2.4"
},
"devDependencies": {
"@eslint/js": "^9.33.0",