- POST requests for feeds
- Export subscriptions
- Replaced xml-js
- Thumbnails for songs in local playlist
- Closes #107
This commit is contained in:
Shiny Nematoda 2023-02-09 11:37:06 +00:00
parent 171ef845d3
commit 7adf7e569f
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
14 changed files with 502 additions and 545 deletions

View file

@ -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"
}
}