mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00

- 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
27 lines
611 B
JSON
27 lines
611 B
JSON
{
|
|
"name": "hyperpipe",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"host": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"bootstrap-icons": "^1.11.2",
|
|
"dompurify": "^3.0.6",
|
|
"peerjs": "^1.5.2",
|
|
"pinia": "^2.1.7",
|
|
"shaka-player": "^4.7.1",
|
|
"sortablejs": "^1.15.1",
|
|
"vue": "^3.2.38"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"prettier": "^3.1.1",
|
|
"vite": "^5.0.7",
|
|
"vite-plugin-pwa": "^0.17.4"
|
|
}
|
|
}
|