mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Changes:
- POST requests for feeds - Export subscriptions - Replaced xml-js - Thumbnails for songs in local playlist - Closes #107
This commit is contained in:
parent
171ef845d3
commit
7adf7e569f
14 changed files with 502 additions and 545 deletions
15
package.json
15
package.json
|
@ -11,20 +11,17 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bootstrap-icons": "^1.10.3",
|
||||
"buffer": "^6.0.3",
|
||||
"dompurify": "^2.4.3",
|
||||
"mux.js": "^6.2.0",
|
||||
"peerjs": "^1.4.7",
|
||||
"pinia": "^2.0.29",
|
||||
"shaka-player": "^4.3.3",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"vue": "^3.2.38",
|
||||
"xml-js": "^1.6.11"
|
||||
"pinia": "^2.0.30",
|
||||
"shaka-player": "^4.3.4",
|
||||
"vue": "^3.2.38"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"prettier": "^2.8.3",
|
||||
"vite": "^4.0.4",
|
||||
"vite-plugin-pwa": "^0.14.1"
|
||||
"prettier": "^2.8.4",
|
||||
"vite": "^4.1.1",
|
||||
"vite-plugin-pwa": "^0.14.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue