Implement Spotify login functionality and API routes

This commit is contained in:
2024-10-10 20:35:18 -03:00
parent 92036cc5a1
commit e6419ac34f
6 changed files with 243 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"server-only": "^0.0.1",
"spotify-web-api-node": "^5.0.2",
"superjson": "^2.2.1",
"zod": "^3.23.3"
},
@@ -34,6 +35,7 @@
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/spotify-web-api-node": "^5.0.11",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.57.0",