Inital commit!

This commit is contained in:
Florian Sylvain
2023-11-09 23:25:01 +01:00
parent c0da6914c2
commit 28cd26b05c
13 changed files with 544 additions and 199 deletions
+6 -4
View File
@@ -9,19 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.0.1",
"react": "^18",
"react-dom": "^18",
"next": "14.0.1"
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/spotify-web-api-node": "^5.0.10",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.0.1"
"typescript": "^5"
}
}