{ "name": "owntone-web", "version": "1.0.0", "private": true, "description": "OwnTone web interface", "author": "chme ", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --no-clean --modern", "lint": "vue-cli-service lint", "dev": "vue-cli-service serve" }, "dependencies": { "axios": "^0.21.1", "bulma": "^0.9.2", "bulma-switch": "^2.0.0", "core-js": "^3.12.1", "mdi": "^2.2.43", "moment": "^2.29.1", "moment-duration-format": "^2.3.2", "npm": "^7.12.1", "reconnectingwebsocket": "^1.0.0", "spotify-web-api-js": "^1.5.1", "string-to-color": "^2.2.2", "v-click-outside": "^3.1.2", "vue": "^2.6.12", "vue-infinite-loading": "^2.4.5", "vue-observe-visibility": "^1.0.0", "vue-progressbar": "^0.7.5", "vue-range-slider": "^0.6.0", "vue-router": "^3.5.1", "vue-scrollto": "^2.20.0", "vue-tiny-lazyload-img": "^0.1.0", "vuedraggable": "^2.24.3", "vuex": "^3.6.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-service": "^4.5.13", "@vue/eslint-config-standard": "^6.0.0", "babel-eslint": "^10.1.0", "eslint": "^7.26.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", "eslint-plugin-vue": "^7.9.0", "sass": "^1.32.13", "sass-loader": "^10", "vue-template-compiler": "^2.6.12" }, "license": "GPL-2.0" }