synclounge/package.json

80 lines
2.3 KiB
JSON
Raw Normal View History

2017-04-07 05:09:03 +00:00
{
"name": "synclounge",
"version": "0.0.0-semantically-released",
2020-06-23 01:23:58 +00:00
"description": "Synced playback of Plex content",
"author": "samcm",
"bin": "./server.js",
"files": [
"dist",
"config",
"server.js"
],
2017-04-07 05:09:03 +00:00
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
2020-08-06 20:27:40 +00:00
"lint": "vue-cli-service lint",
"lint:style": "vue-cli-service lint:style",
"prepare": "if-env SKIP_BUILD=true && echo 'Skipping build' || npm run build"
2017-04-07 05:09:03 +00:00
},
"dependencies": {
"nconf": "^0.12.0",
"syncloungeserver": "^8.0.61"
2017-06-11 19:06:34 +00:00
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@delucis/if-env": "^1.1.2",
"@samhammer/vue-cli-plugin-stylelint": "^2.1.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@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.25.2",
"date-fns": "^2.29.3",
"detect-browser": "^5.3.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^7.20.0",
"fast-xml-parser": "^4.0.10",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"mux.js": "^6.2.0",
"sass": "^1.54.9",
"sass-loader": "^10.1.1",
"shaka-player": "^3.3.1",
"socket.io-client": "^4.5.2",
"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.5.8",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.14",
2020-11-26 06:17:09 +00:00
"vuetify": "^2.3.19",
"vuetify-loader": "^1.8.0",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
2020-06-23 01:23:58 +00:00
},
"bugs": {
2020-10-08 23:53:16 +00:00
"url": "https://github.com/synclounge/synclounge/issues"
2020-06-23 01:23:58 +00:00
},
2020-10-08 23:53:16 +00:00
"homepage": "https://synclounge.tv",
2020-06-23 01:23:58 +00:00
"license": "MIT",
"repository": {
"type": "git",
2020-10-08 23:53:16 +00:00
"url": "https://github.com/synclounge/synclounge.git"
},
"engines": {
"node": ">=12"
}
}