Changed stuff, added filter for statistics module
This commit is contained in:
parent
4a91ae2bf9
commit
fe87374e47
251 changed files with 3295 additions and 1705 deletions
16
package.json
16
package.json
|
|
@ -11,18 +11,20 @@
|
|||
"dependencies": {
|
||||
"@iconify/react": "^6.0.0",
|
||||
"@mui/icons-material": "^7.3.1",
|
||||
"i18next": "^25.3.2",
|
||||
"@mui/x-date-pickers": "^8.11.0",
|
||||
"dayjs": "^1.11.18",
|
||||
"i18next": "^25.4.2",
|
||||
"i18next-browser-languagedetector": "^8.2.0",
|
||||
"i18next-fs-backend": "^2.6.0",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
"node": "^22.18.0",
|
||||
"react": "^19",
|
||||
"react-dom": "^19",
|
||||
"react-i18next": "^15.6.1"
|
||||
"node": "^22.19.0",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-i18next": "^15.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"@types/react": "^19.1.12",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"@types/bun": "latest"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue