feat: import listens from spotify extended streaming history (#305)

This commit is contained in:
Julian Tölle 2023-10-01 03:35:02 +02:00 committed by GitHub
parent 23d7ea0995
commit 7140cb0679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 1051 additions and 215 deletions

View file

@ -38,6 +38,7 @@
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-files": "3.0.0",
"react-router-dom": "6.16.0",
"recharts": "2.8.0",
"tailwind-merge": "1.14.0",
@ -8143,6 +8144,15 @@
"react": "^18.2.0"
}
},
"node_modules/react-files": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/react-files/-/react-files-3.0.0.tgz",
"integrity": "sha512-/Zz7S98vZFYxHw3RVSZcf3dD+xO714ZQd/jEhIp8q+MofBgydXWlHdw05TA4jradL7XpZFPvJaIvM6Z6I5nIHw==",
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
}
},
"node_modules/react-is": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
@ -15363,6 +15373,12 @@
"scheduler": "^0.23.0"
}
},
"react-files": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/react-files/-/react-files-3.0.0.tgz",
"integrity": "sha512-/Zz7S98vZFYxHw3RVSZcf3dD+xO714ZQd/jEhIp8q+MofBgydXWlHdw05TA4jradL7XpZFPvJaIvM6Z6I5nIHw==",
"requires": {}
},
"react-is": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",