80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"name": "synclounge",
|
|
"version": "0.0.0-semantically-released",
|
|
"description": "Synced playback of Plex content",
|
|
"author": "samcm",
|
|
"bin": "./server.js",
|
|
"files": [
|
|
"dist",
|
|
"config",
|
|
"server.js"
|
|
],
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build --modern",
|
|
"lint": "vue-cli-service lint",
|
|
"lint:style": "vue-cli-service lint:style",
|
|
"prepare": "if-env SKIP_BUILD=true && echo 'Skipping build' || npm run build"
|
|
},
|
|
"dependencies": {
|
|
"nconf": "^0.11.4",
|
|
"syncloungeserver": "^8.0.53"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
|
|
"@commitlint/cli": "^17.0.1",
|
|
"@commitlint/config-conventional": "^12.1.4",
|
|
"@delucis/if-env": "^1.1.2",
|
|
"@samhammer/vue-cli-plugin-stylelint": "^2.1.0",
|
|
"@vue/cli-plugin-babel": "^4.5.15",
|
|
"@vue/cli-plugin-eslint": "^5.0.4",
|
|
"@vue/cli-plugin-router": "^4.5.15",
|
|
"@vue/cli-plugin-vuex": "^5.0.4",
|
|
"@vue/cli-service": "^4.5.15",
|
|
"@vue/eslint-config-airbnb": "^5.3.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"caf": "^14.0.0",
|
|
"core-js": "^3.22.7",
|
|
"date-fns": "^2.28.0",
|
|
"detect-browser": "^5.3.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"fast-xml-parser": "^4.0.7",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.4.2",
|
|
"mux.js": "^6.1.0",
|
|
"sass": "^1.52.1",
|
|
"sass-loader": "^10.1.1",
|
|
"shaka-player": "^3.3.1",
|
|
"socket.io-client": "^4.4.1",
|
|
"string-similarity": "^4.0.4",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"synclounge-libjass": "^1.0.0",
|
|
"vanilla-tilt": "^1.7.2",
|
|
"vue": "^2.6.14",
|
|
"vue-chat-scroll": "^1.4.0",
|
|
"vue-cli-plugin-vuetify": "^2.4.5",
|
|
"vue-router": "^3.4.9",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"vuetify": "^2.3.19",
|
|
"vuetify-loader": "^1.7.3",
|
|
"vuex": "^3.6.2",
|
|
"vuex-persistedstate": "^4.1.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/synclounge/synclounge/issues"
|
|
},
|
|
"homepage": "https://synclounge.tv",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/synclounge/synclounge.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
}
|