feat: initial commit

This commit is contained in:
Ibrahima G. Coulibaly 2024-06-19 19:10:14 +01:00
commit 3757717bcf
16 changed files with 959 additions and 268 deletions

View file

@ -22,8 +22,13 @@
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",