mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
changes:
- added shuffle/save/clear to queue - custom piped api (1/2 #154) - track numbers for songs in album/playlist (see #147) - use dash if managed mse is available - store artist name for local playlist
This commit is contained in:
parent
d1592eef0c
commit
129f14c64f
13 changed files with 541 additions and 452 deletions
14
package.json
14
package.json
|
@ -12,16 +12,16 @@
|
|||
"dependencies": {
|
||||
"bootstrap-icons": "^1.11.2",
|
||||
"dompurify": "^3.0.6",
|
||||
"peerjs": "^1.5.1",
|
||||
"peerjs": "^1.5.2",
|
||||
"pinia": "^2.1.7",
|
||||
"shaka-player": "^4.6.1",
|
||||
"sortablejs": "^1.15.0",
|
||||
"shaka-player": "^4.7.1",
|
||||
"sortablejs": "^1.15.1",
|
||||
"vue": "^3.2.38"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.5.0",
|
||||
"prettier": "^3.1.0",
|
||||
"vite": "^5.0.2",
|
||||
"vite-plugin-pwa": "^0.17.0"
|
||||
"@vitejs/plugin-vue": "^4.5.2",
|
||||
"prettier": "^3.1.1",
|
||||
"vite": "^5.0.7",
|
||||
"vite-plugin-pwa": "^0.17.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue