Design of profile page

This commit is contained in:
2024-09-05 19:23:11 +02:00
parent aebde116b2
commit 3b90f9acd2
10 changed files with 1215 additions and 24 deletions
+5 -1
View File
@@ -9,12 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/cli": "^6.1.2",
"@capacitor/core": "^6.1.2",
"deck.gl": "^9.0.28",
"mapbox-gl": "^3.6.0",
"next": "14.2.7",
"react": "^18",
"react-dom": "^18",
"react-map-gl": "^7.1.7"
"react-map-gl": "^7.1.7",
"react-slot-counter": "^3.0.1"
},
"devDependencies": {
"eslint": "^8",