feat: integrate Firebase for authentication and data management, add GameItem type, and enhance UI with tooltips

This commit is contained in:
2025-02-15 21:54:28 -03:00
parent 62634a426e
commit a12cfc5a2a
17 changed files with 1498 additions and 28 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
},
"dependencies": {
"axios": "^1.6.7",
"firebase": "^11.3.1",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
@@ -31,4 +32,4 @@
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
}
}
}