spotify-now-playing to production

This commit is contained in:
skidoodle 2022-10-20 21:13:07 +02:00
parent 897c2203b5
commit 3e4778445b

View file

@ -16,6 +16,7 @@
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-fade-in": "^2.0.1", "react-fade-in": "^2.0.1",
"spotify-now-playing": "^0.1.3",
"swr": "^1.3.0" "swr": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
@ -28,7 +29,6 @@
"react-hot-toast": "^2.4.0", "react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0", "react-icons": "^4.4.0",
"sass": "^1.55.0", "sass": "^1.55.0",
"spotify-now-playing": "^0.1.3",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.1.8",
"typescript": "4.8.4" "typescript": "4.8.4"
} }