[web-src] Show album cover artwork in album page

This commit is contained in:
chme
2020-05-16 06:14:21 +02:00
parent a2ec7ee28f
commit d2b5e82837
8 changed files with 671 additions and 935 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "forked-daapd-web",
"version": "0.7.1",
"version": "0.7.2",
"private": true,
"description": "forked-daapd web interface",
"author": "chme <christian.meffert@googlemail.com>",
@@ -15,11 +15,11 @@
"bulma": "^0.8.2",
"core-js": "^3.6.5",
"mdi": "^2.2.43",
"moment": "^2.24.0",
"moment": "^2.25.3",
"moment-duration-format": "^2.3.2",
"npm": "^6.14.4",
"npm": "^6.14.5",
"reconnectingwebsocket": "^1.0.0",
"spotify-web-api-js": "^1.2.0",
"spotify-web-api-js": "^1.4.0",
"string-to-color": "^2.1.3",
"v-click-outside": "^3.0.1",
"vue": "^2.6.11",
@@ -27,8 +27,9 @@
"vue-progressbar": "^0.7.5",
"vue-range-slider": "^0.6.0",
"vue-router": "^3.1.6",
"vue-tiny-lazyload-img": "^0.1.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.3"
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.1",
@@ -42,6 +43,8 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"license": "GPL-2.0"