{ "name": "synclounge", "version": "0.0.0-semantically-released", "private": false, "description": "Synced playback of Plex content", "author": "samcm", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --modern", "lint": "vue-cli-service lint", "lint:style": "vue-cli-service lint:style" }, "dependencies": { "nconf": "^0.10.0", "syncloungesocket": "^5.1.0" }, "devDependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", "@babel/plugin-proposal-optional-chaining": "^7.11.0", "@commitlint/cli": "^9.1.2", "@commitlint/config-conventional": "^9.1.2", "@samhammer/vue-cli-plugin-stylelint": "^2.0.0", "@vue/cli-plugin-babel": "^4.5.4", "@vue/cli-plugin-eslint": "^4.5.4", "@vue/cli-plugin-router": "^4.5.4", "@vue/cli-plugin-vuex": "^4.5.4", "@vue/cli-service": "^4.5.4", "@vue/eslint-config-airbnb": "^5.1.0", "babel-eslint": "^10.1.0", "caf": "^9.1.0", "core-js": "^3.6.5", "date-fns": "^2.16.0", "detect-browser": "^5.1.1", "eslint": "^7.7.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-vue": "^6.2.2", "fast-xml-parser": "^3.17.4", "husky": "^4.2.5", "last-commit-log": "^3.0.4", "libjass": "^0.11.0", "lint-staged": "^10.2.13", "mux.js": "^5.6.4", "sass": "^1.26.10", "sass-loader": "^10.0.1", "shaka-player": "^3.0.4", "socket.io-client": "^2.3.0", "string-similarity": "^4.0.2", "stylelint": "^13.6.1", "stylelint-config-standard": "^20.0.0", "uuid": "^8.3.0", "v-clipboard": "^2.2.3", "vanilla-tilt": "^1.7.0", "vue": "^2.6.12", "vue-chat-scroll": "^1.4.0", "vue-cli-plugin-vuetify": "^2.0.7", "vue-router": "^3.4.3", "vue-template-compiler": "^2.6.12", "vuetify": "^2.3.10", "vuetify-loader": "^1.6.0", "vuex": "^3.5.1", "vuex-persistedstate": "^3.1.0" }, "bugs": { "url": "https://github.com/ttshivers/synclounge/issues" }, "homepage": "https://synclounge.tv/", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ttshivers/synclounge.git" } }