This commit is contained in:
2026-04-24 13:41:54 +10:00
parent b8d3cafc41
commit 18da23929b
12 changed files with 295 additions and 86 deletions

View File

@@ -10,17 +10,22 @@
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^9.0.0",
"@mui/material": "^9.0.0",
"@mui/x-charts": "^9.0.1",
"@mui/x-data-grid": "^9.0.1",
"@reduxjs/toolkit": "^2.11.2",
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.14.1"
"react-redux": "^9.2.0",
"react-router-dom": "^7.14.1",
"redux": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",