Added check spelling for country names

This commit is contained in:
GotthardG
2024-12-20 14:14:53 +01:00
parent 0108719a84
commit 9cb6ffbfb4
5 changed files with 349 additions and 11 deletions

View File

@ -12,7 +12,7 @@
"start-test": "vite --mode test",
"start-prod": "vite --mode prod",
"watch:openapi": "node fetch-openapi.js"
},
},
"dependencies": {
"@aldabil/react-scheduler": "^2.9.5",
"@bitnoi.se/react-scheduler": "^0.3.1",
@ -33,6 +33,7 @@
"dotenv": "^16.4.7",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"fuse.js": "^7.0.0",
"openapi-typescript-codegen": "^0.29.0",
"react": "^18.3.1",
"react-big-calendar": "^1.15.0",