Added profile view

This commit is contained in:
Marcin-Ramotowski
2025-04-13 18:26:23 +02:00
parent 749a5529f2
commit e374df55de
6 changed files with 122 additions and 2 deletions

View File

@ -10,6 +10,7 @@
"dependencies": {
"axios": "^1.8.3",
"js-cookie": "^3.0.5",
"lucide-react": "^0.488.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.3.0"
@ -2814,6 +2815,15 @@
"yallist": "^3.0.2"
}
},
"node_modules/lucide-react": {
"version": "0.488.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.488.0.tgz",
"integrity": "sha512-ronlL0MyKut4CEzBY/ai2ZpKPxyWO4jUqdAkm2GNK5Zn3Rj+swDz+3lvyAUXN0PNqPKIX6XM9Xadwz/skLs/pQ==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",