Add Google OAuth integration, routing, and theme toggle; implement login and protected routes

This commit is contained in:
ishikabhoyar
2025-10-13 23:51:39 +05:30
parent e8e6011524
commit 453f44a43a
13 changed files with 714 additions and 17 deletions

View File

@@ -11,11 +11,13 @@
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@react-oauth/google": "^0.12.2",
"lucide-react": "^0.483.0",
"monaco-editor": "^0.52.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^2.1.7"
"react-resizable-panels": "^2.1.7",
"react-router-dom": "^7.9.4"
},
"devDependencies": {
"@eslint/js": "^9.21.0",