This commit is contained in:
seb
2026-07-07 20:02:01 +02:00
parent 80b1d2e147
commit 43475ebff3
9 changed files with 221 additions and 149 deletions

View File

@@ -9,15 +9,16 @@
"dev": "node monitor.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^9.2.0",
"@mui/material": "^9.2.0",
"better-sqlite3": "^12.11.1",
"chalk": "^5.6.2",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"@mui/material": "^9.2.0",
"@mui/icons-material": "^9.2.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"recharts": "^3.9.2"
},
"devDependencies": {