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": {
|
2023-10-23 11:28:32 +00:00
|
|
|
"nconf": "^0.12.1",
|
2024-06-19 11:55:56 +00:00
|
|
|
"syncloungeserver": "^8.0.88"
|
2017-06-11 19:06:34 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-23 11:17:36 +00:00
|
|
|
"@babel/eslint-parser": "^7.25.9",
|
2022-06-28 11:22:51 +00:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
2023-03-28 02:07:49 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
2024-11-19 11:34:53 +00:00
|
|
|
"@commitlint/cli": "^19.6.0",
|
2024-11-19 11:26:04 +00:00
|
|
|
"@commitlint/config-conventional": "^19.6.0",
|
2020-08-31 22:55:14 +00:00
|
|
|
"@delucis/if-env": "^1.1.2",
|
2023-09-25 21:05:13 +00:00
|
|
|
"@samhammer/vue-cli-plugin-stylelint": "^5.0.8",
|
2022-07-07 11:09:59 +00:00
|
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
2022-07-07 11:59:23 +00:00
|
|
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
2022-07-07 14:29:03 +00:00
|
|
|
"@vue/cli-plugin-router": "^5.0.8",
|
2022-07-07 13:38:32 +00:00
|
|
|
"@vue/cli-plugin-vuex": "^5.0.8",
|
2023-09-25 20:48:05 +00:00
|
|
|
"@vue/cli-service": "^5.0.8",
|
2023-11-30 11:12:38 +00:00
|
|
|
"@vue/eslint-config-airbnb": "^7.0.1",
|
2022-09-21 04:08:32 +00:00
|
|
|
"caf": "^15.0.1",
|
2024-10-31 11:06:36 +00:00
|
|
|
"core-js": "^3.39.0",
|
2023-09-25 20:20:23 +00:00
|
|
|
"date-fns": "^2.30.0",
|
2021-12-06 11:06:45 +00:00
|
|
|
"detect-browser": "^5.3.0",
|
2024-09-17 11:24:07 +00:00
|
|
|
"eslint": "^8.57.1",
|
2024-10-03 11:58:32 +00:00
|
|
|
"eslint-plugin-import": "^2.31.0",
|
2024-11-12 11:21:55 +00:00
|
|
|
"eslint-plugin-vue": "^9.31.0",
|
2024-09-03 11:16:19 +00:00
|
|
|
"fast-xml-parser": "^4.5.0",
|
2024-11-19 11:30:56 +00:00
|
|
|
"husky": "^9.1.7",
|
2024-09-02 11:13:00 +00:00
|
|
|
"lint-staged": "^15.2.10",
|
2023-03-27 03:26:00 +00:00
|
|
|
"mux.js": "^6.3.0",
|
2024-05-09 11:44:13 +00:00
|
|
|
"postcss-html": "^1.7.0",
|
2023-09-25 22:24:39 +00:00
|
|
|
"postcss-sass": "^0.5.0",
|
2024-11-15 11:16:27 +00:00
|
|
|
"sass": "^1.81.0",
|
2024-07-11 00:11:05 +00:00
|
|
|
"sass-loader": "^14.2.1",
|
2024-11-21 11:10:47 +00:00
|
|
|
"shaka-player": "^4.12.2",
|
2024-10-25 11:47:18 +00:00
|
|
|
"socket.io-client": "^4.8.1",
|
2021-01-07 07:22:25 +00:00
|
|
|
"string-similarity": "^4.0.4",
|
2023-09-25 21:47:27 +00:00
|
|
|
"stylelint": "^14.16.1",
|
|
|
|
"stylelint-config-standard": "^29.0.0",
|
2020-09-18 20:06:27 +00:00
|
|
|
"synclounge-libjass": "^1.0.0",
|
2023-09-25 18:44:09 +00:00
|
|
|
"vanilla-tilt": "^1.8.1",
|
2023-09-25 21:47:27 +00:00
|
|
|
"vue": "^2.7.14",
|
2020-08-23 02:59:02 +00:00
|
|
|
"vue-chat-scroll": "^1.4.0",
|
2022-09-14 11:06:54 +00:00
|
|
|
"vue-cli-plugin-vuetify": "^2.5.8",
|
2023-09-25 21:47:27 +00:00
|
|
|
"vue-router": "^3.6.5",
|
2024-01-01 11:47:52 +00:00
|
|
|
"vue-template-compiler": "^2.7.16",
|
2023-09-25 20:48:05 +00:00
|
|
|
"vuetify": "^2.7.1",
|
2023-09-25 21:47:27 +00:00
|
|
|
"vuetify-loader": "^1.9.2",
|
2021-01-27 06:24:10 +00:00
|
|
|
"vuex": "^3.6.2",
|
2022-04-28 11:40:01 +00:00
|
|
|
"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"
|
2020-09-28 22:48:22 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
2020-05-25 22:12:22 +00:00
|
|
|
}
|
2020-10-11 20:23:45 +00:00
|
|
|
}
|