mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 16:15:57 -05:00
commit
5b148fbf44
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3222
web-src/package-lock.json
generated
3222
web-src/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,34 +12,34 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aacassandra/vue3-progressbar": "^1.0.3",
|
"@aacassandra/vue3-progressbar": "^1.0.3",
|
||||||
"@mdi/js": "^6.6.96",
|
"@mdi/js": "^6.7.96",
|
||||||
"@ts-pro/vue-eternal-loading": "^1.2.0",
|
"@ts-pro/vue-eternal-loading": "^1.2.0",
|
||||||
"@vueform/slider": "github:chme/slider#faff83ed8a77f2cdbcb7252505ef734301efd139",
|
"@vueform/slider": "github:chme/slider#faff83ed8a77f2cdbcb7252505ef734301efd139",
|
||||||
"axios": "^0.26.1",
|
"axios": "^0.27.2",
|
||||||
"bulma": "^0.9.3",
|
"bulma": "^0.9.4",
|
||||||
"bulma-switch": "^2.0.4",
|
"bulma-switch": "^2.0.4",
|
||||||
"luxon": "^2.3.1",
|
"luxon": "^2.4.0",
|
||||||
"mdi-vue": "^3.0.12",
|
"mdi-vue": "^3.0.13",
|
||||||
"reconnectingwebsocket": "^1.0.0",
|
"reconnectingwebsocket": "^1.0.0",
|
||||||
"spotify-web-api-js": "^1.5.2",
|
"spotify-web-api-js": "^1.5.2",
|
||||||
"string-to-color": "^2.2.2",
|
"string-to-color": "^2.2.2",
|
||||||
"vue": "^3.2.33",
|
"vue": "^3.2.36",
|
||||||
"vue-i18n": "^9.1.0",
|
"vue-i18n": "^9.1.10",
|
||||||
"vue-router": "^4.0.14",
|
"vue-router": "^4.0.15",
|
||||||
"vue-scrollto": "^2.20.0",
|
"vue-scrollto": "^2.20.0",
|
||||||
"vue3-click-away": "^1.2.4",
|
"vue3-click-away": "^1.2.4",
|
||||||
"vue3-lazyload": "^0.2.5-beta",
|
"vue3-lazyload": "^0.3.4",
|
||||||
"vuedraggable": "^4.1.0",
|
"vuedraggable": "^4.1.0",
|
||||||
"vuex": "^4.0.2"
|
"vuex": "^4.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
|
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
|
||||||
"@vitejs/plugin-vue": "^2.3.1",
|
"@vitejs/plugin-vue": "^2.3.3",
|
||||||
"eslint": "^8.13.0",
|
"eslint": "^8.16.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-plugin-vue": "^8.6.0",
|
"eslint-plugin-vue": "^9.1.0",
|
||||||
"prettier": "2.6.2",
|
"prettier": "2.6.2",
|
||||||
"sass": "^1.50.0",
|
"sass": "^1.52.2",
|
||||||
"vite": "^2.9.8"
|
"vite": "^2.9.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,8 @@
|
|||||||
<img
|
<img
|
||||||
v-lazy="{
|
v-lazy="{
|
||||||
src: artwork_url_with_size(album.item.artwork_url),
|
src: artwork_url_with_size(album.item.artwork_url),
|
||||||
lifecycle: artwork_options.lazy_lifecycle
|
lifecycle: artwork_options.lazy_lifecycle,
|
||||||
|
delay: 500
|
||||||
}"
|
}"
|
||||||
:album="album.item.name"
|
:album="album.item.name"
|
||||||
:artist="album.item.artist"
|
:artist="album.item.artist"
|
||||||
|
@ -380,7 +380,8 @@
|
|||||||
"count": "{count} tracks",
|
"count": "{count} tracks",
|
||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"hide-previous": "Hide previous",
|
"hide-previous": "Hide previous",
|
||||||
"title": "Queue"
|
"title": "Queue",
|
||||||
|
"save": "Save"
|
||||||
},
|
},
|
||||||
"radio": {
|
"radio": {
|
||||||
"count": "{count} stations",
|
"count": "{count} stations",
|
||||||
|
@ -380,7 +380,8 @@
|
|||||||
"count": "{count} pistes",
|
"count": "{count} pistes",
|
||||||
"edit": "Éditer",
|
"edit": "Éditer",
|
||||||
"hide-previous": "Masquer l’historique",
|
"hide-previous": "Masquer l’historique",
|
||||||
"queue": "File d’attente"
|
"queue": "File d’attente",
|
||||||
|
"save": "Enregistrer"
|
||||||
},
|
},
|
||||||
"radio": {
|
"radio": {
|
||||||
"count": "{count} stations",
|
"count": "{count} stations",
|
||||||
|
Loading…
Reference in New Issue
Block a user