feat(music-player): play audio and fetch metadata

This commit is contained in:
Pihkaal
2024-02-10 15:57:06 +01:00
parent 286dfefe71
commit 9084eccf17
6 changed files with 381 additions and 74 deletions

View File

@@ -12,6 +12,7 @@
},
"dependencies": {
"axios": "^1.6.7",
"music-metadata-browser": "^2.5.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom-curse": "file:../react-dom-curse",
@@ -21,6 +22,8 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@types/eslint": "^8.44.7",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
@@ -37,6 +40,7 @@
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"rollup-plugin-polyfill-node": "^0.13.0",
"sass": "^1.70.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6",