2017-04-07 05:09:03 +00:00
|
|
|
{
|
2018-08-19 03:31:52 +00:00
|
|
|
"name": "SyncLounge",
|
2018-07-20 04:31:44 +00:00
|
|
|
"version": "2.0.0",
|
2018-08-19 03:31:52 +00:00
|
|
|
"private": false,
|
2020-06-23 01:23:58 +00:00
|
|
|
"description": "Synced playback of Plex content",
|
2020-05-25 22:12:22 +00:00
|
|
|
"author": "samcm",
|
2017-04-07 05:09:03 +00:00
|
|
|
"scripts": {
|
2020-05-25 22:12:22 +00:00
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
2020-06-29 06:05:07 +00:00
|
|
|
"lint": "vue-cli-service lint"
|
2017-04-07 05:09:03 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-25 22:12:22 +00:00
|
|
|
"core-js": "^3.6.5",
|
|
|
|
"vue": "^2.6.11",
|
2020-06-15 05:26:50 +00:00
|
|
|
"vue-router": "^3.3.4",
|
2020-07-02 17:45:46 +00:00
|
|
|
"vuetify": "^2.3.3",
|
2020-06-30 17:02:57 +00:00
|
|
|
"vuex": "^3.5.1"
|
2017-06-11 19:06:34 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-26 05:20:54 +00:00
|
|
|
"@vue/cli-plugin-babel": "^4.4.6",
|
2020-06-27 18:01:10 +00:00
|
|
|
"@vue/cli-plugin-eslint": "^4.4.6",
|
2020-06-26 05:01:22 +00:00
|
|
|
"@vue/cli-plugin-router": "^4.4.6",
|
2020-06-25 06:56:10 +00:00
|
|
|
"@vue/cli-plugin-vuex": "^4.4.6",
|
2020-06-26 05:11:42 +00:00
|
|
|
"@vue/cli-service": "^4.4.6",
|
2020-06-27 18:05:59 +00:00
|
|
|
"@vue/eslint-config-airbnb": "^5.1.0",
|
2020-05-25 22:12:22 +00:00
|
|
|
"axios": "^0.19.2",
|
|
|
|
"babel-eslint": "^10.1.0",
|
2020-06-08 04:58:10 +00:00
|
|
|
"date-fns": "^2.14.0",
|
2020-06-17 12:26:17 +00:00
|
|
|
"detect-browser": "^5.1.1",
|
2020-07-04 21:29:04 +00:00
|
|
|
"eslint": "^7.4.0",
|
2020-06-27 19:58:44 +00:00
|
|
|
"eslint-plugin-import": "^2.22.0",
|
2020-05-25 22:12:22 +00:00
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
2020-06-10 06:03:17 +00:00
|
|
|
"fast-xml-parser": "^3.17.4",
|
2020-05-25 22:12:22 +00:00
|
|
|
"fscreen": "^1.0.2",
|
2020-06-11 01:11:38 +00:00
|
|
|
"git-rev-sync": "^2.0.0",
|
2020-06-12 06:14:53 +00:00
|
|
|
"humanize-duration": "^3.23.1",
|
2020-06-09 10:28:13 +00:00
|
|
|
"lodash-es": "^4.17.15",
|
2020-06-29 06:05:07 +00:00
|
|
|
"nconf": "^0.10.0",
|
2020-06-23 01:51:17 +00:00
|
|
|
"sass": "^1.26.9",
|
2020-05-25 22:12:22 +00:00
|
|
|
"sass-loader": "^8.0.2",
|
2020-06-28 02:10:29 +00:00
|
|
|
"shaka-player": "^2.5.13",
|
2020-05-25 22:12:22 +00:00
|
|
|
"socket.io-client": "^2.3.0",
|
|
|
|
"string-similarity": "^4.0.1",
|
2020-05-27 01:56:38 +00:00
|
|
|
"vanilla-tilt": "^1.7.0",
|
2020-06-11 23:01:27 +00:00
|
|
|
"vue-chat-scroll": "^1.4.0",
|
2020-06-24 21:11:10 +00:00
|
|
|
"vue-cli-plugin-vuetify": "~2.0.6",
|
2020-05-25 22:12:22 +00:00
|
|
|
"vue-clipboard2": "^0.3.1",
|
|
|
|
"vue-template-compiler": "^2.6.11",
|
2020-06-12 06:14:53 +00:00
|
|
|
"vuetify-loader": "^1.5.0",
|
2020-06-12 05:57:48 +00:00
|
|
|
"vuex-persistedstate": "^3.0.1"
|
2020-06-23 01:23:58 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/samcm/synclounge/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://synclounge.tv/",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/samcm/synclounge.git"
|
2020-05-25 22:12:22 +00:00
|
|
|
}
|
2020-06-23 01:23:58 +00:00
|
|
|
}
|