2017-04-07 05:09:03 +00:00
|
|
|
{
|
2020-08-27 01:22:33 +00:00
|
|
|
"name": "synclounge",
|
2020-08-26 00:09:10 +00:00
|
|
|
"version": "0.0.0-semantically-released",
|
2020-06-23 01:23:58 +00:00
|
|
|
"description": "Synced playback of Plex content",
|
2020-05-25 22:12:22 +00:00
|
|
|
"author": "samcm",
|
2020-08-31 22:55:14 +00:00
|
|
|
"bin": "./server.js",
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"config",
|
|
|
|
"server.js"
|
|
|
|
],
|
2017-04-07 05:09:03 +00:00
|
|
|
"scripts": {
|
2020-05-25 22:12:22 +00:00
|
|
|
"serve": "vue-cli-service serve",
|
2020-07-08 20:49:36 +00:00
|
|
|
"build": "vue-cli-service build --modern",
|
2020-08-06 20:27:40 +00:00
|
|
|
"lint": "vue-cli-service lint",
|
2020-08-31 22:55:14 +00:00
|
|
|
"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": {
|
2020-08-24 00:00:26 +00:00
|
|
|
"nconf": "^0.10.0",
|
2020-10-06 03:32:51 +00:00
|
|
|
"syncloungeserver": "^6.0.9"
|
2017-06-11 19:06:34 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-01 20:16:33 +00:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
|
2020-09-13 19:45:27 +00:00
|
|
|
"@commitlint/cli": "^11.0.0",
|
2020-09-13 21:28:10 +00:00
|
|
|
"@commitlint/config-conventional": "^11.0.0",
|
2020-08-31 22:55:14 +00:00
|
|
|
"@delucis/if-env": "^1.1.2",
|
2020-10-06 22:10:36 +00:00
|
|
|
"@samhammer/vue-cli-plugin-stylelint": "^2.0.1",
|
2020-09-10 17:33:42 +00:00
|
|
|
"@vue/cli-plugin-babel": "^4.5.6",
|
2020-09-10 18:13:00 +00:00
|
|
|
"@vue/cli-plugin-eslint": "^4.5.6",
|
2020-09-10 16:48:56 +00:00
|
|
|
"@vue/cli-plugin-router": "^4.5.6",
|
2020-09-10 18:49:13 +00:00
|
|
|
"@vue/cli-plugin-vuex": "^4.5.6",
|
2020-09-10 17:34:09 +00:00
|
|
|
"@vue/cli-service": "^4.5.6",
|
2020-06-27 18:05:59 +00:00
|
|
|
"@vue/eslint-config-airbnb": "^5.1.0",
|
2020-05-25 22:12:22 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-08-23 02:59:02 +00:00
|
|
|
"caf": "^9.1.0",
|
|
|
|
"core-js": "^3.6.5",
|
2020-09-01 00:52:22 +00:00
|
|
|
"date-fns": "^2.16.1",
|
2020-08-23 02:59:02 +00:00
|
|
|
"detect-browser": "^5.1.1",
|
2020-09-28 00:31:01 +00:00
|
|
|
"eslint": "^7.10.0",
|
2020-09-28 01:03:27 +00:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2020-10-05 04:36:19 +00:00
|
|
|
"eslint-plugin-vue": "^7.0.1",
|
2020-08-23 02:59:02 +00:00
|
|
|
"fast-xml-parser": "^3.17.4",
|
2020-09-07 19:30:47 +00:00
|
|
|
"husky": "^4.3.0",
|
2020-07-24 00:12:58 +00:00
|
|
|
"last-commit-log": "^3.0.4",
|
2020-09-16 17:28:23 +00:00
|
|
|
"lint-staged": "^10.4.0",
|
2020-08-23 02:59:02 +00:00
|
|
|
"mux.js": "^5.6.4",
|
2020-10-06 05:57:25 +00:00
|
|
|
"sass": "^1.26.12",
|
2020-09-03 23:37:42 +00:00
|
|
|
"sass-loader": "^10.0.2",
|
2020-08-26 02:21:32 +00:00
|
|
|
"shaka-player": "^3.0.4",
|
2020-09-30 22:02:12 +00:00
|
|
|
"socket.io-client": "^2.3.1",
|
2020-08-23 02:59:02 +00:00
|
|
|
"string-similarity": "^4.0.2",
|
2020-09-26 01:15:15 +00:00
|
|
|
"stylelint": "^13.7.2",
|
2020-08-06 20:27:40 +00:00
|
|
|
"stylelint-config-standard": "^20.0.0",
|
2020-09-18 20:06:27 +00:00
|
|
|
"synclounge-libjass": "^1.0.0",
|
2020-10-05 06:19:38 +00:00
|
|
|
"uuid": "^8.3.1",
|
2020-08-23 02:59:02 +00:00
|
|
|
"vanilla-tilt": "^1.7.0",
|
|
|
|
"vue": "^2.6.12",
|
|
|
|
"vue-chat-scroll": "^1.4.0",
|
2020-07-22 02:23:08 +00:00
|
|
|
"vue-cli-plugin-vuetify": "^2.0.7",
|
2020-09-28 00:30:10 +00:00
|
|
|
"vue-router": "^3.4.5",
|
2020-08-20 19:46:32 +00:00
|
|
|
"vue-template-compiler": "^2.6.12",
|
2020-10-07 05:55:46 +00:00
|
|
|
"vuetify": "^2.3.13",
|
2020-08-23 02:59:02 +00:00
|
|
|
"vuetify-loader": "^1.6.0",
|
|
|
|
"vuex": "^3.5.1",
|
|
|
|
"vuex-persistedstate": "^3.1.0"
|
2020-06-23 01:23:58 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2020-08-27 01:22:33 +00:00
|
|
|
"url": "https://github.com/ttshivers/synclounge/issues"
|
2020-06-23 01:23:58 +00:00
|
|
|
},
|
|
|
|
"homepage": "https://synclounge.tv/",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-31 22:55:14 +00:00
|
|
|
"url": "https://github.com/ttshivers/synclounge.git"
|
2020-09-28 22:48:22 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
2020-05-25 22:12:22 +00:00
|
|
|
}
|
2020-09-29 01:11:43 +00:00
|
|
|
}
|