infoscreen-overview in cards

This commit is contained in:
2025-06-23 16:06:00 +00:00
parent 76f6baf533
commit 6e38ca477a
18 changed files with 476 additions and 124 deletions

View File

@@ -15,8 +15,10 @@
"@syncfusion/ej2-react-grids": "^29.2.11",
"@syncfusion/ej2-react-schedule": "^29.2.10",
"cldr-data": "^36.0.4",
"lucide-react": "^0.522.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.2"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
@@ -25,6 +27,7 @@
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"@vitejs/plugin-react": "^4.4.1",