Added the font-awesome, react-router & sass dependencies to the client

This commit is contained in:
2023-05-08 22:04:01 +02:00
parent 75f7d84b05
commit 7ea486547e
2 changed files with 153 additions and 3 deletions

View File

@ -10,8 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.1",
"sass": "^1.62.1"
},
"devDependencies": {
"@types/react": "^18.0.28",