This commit is contained in:
sebseb7
2025-12-26 01:23:33 +01:00
parent 3d43a42b12
commit 1dfa59ae13
4 changed files with 421 additions and 319 deletions

View File

@@ -10,15 +10,15 @@
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.14.0",
"@mui/x-charts": "^6.0.0-alpha.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@mui/x-charts": "^8.0.0",
"bcryptjs": "^3.0.3",
"better-sqlite3": "^11.6.0",
"dotenv": "^16.3.1",
"jsonwebtoken": "^9.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.11.0"
},
"devDependencies": {
@@ -33,4 +33,4 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}
}