synclounge/package.json

68 lines
1.9 KiB
JSON
Raw Normal View History

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",
"author": "samcm",
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"
2017-04-07 05:09:03 +00:00
},
"dependencies": {
"caf": "^9.1.0",
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-router": "^3.4.1",
"vuetify": "^2.3.8",
2020-06-30 17:02:57 +00:00
"vuex": "^3.5.1"
2017-06-11 19:06:34 +00:00
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
2020-08-06 20:27:40 +00:00
"@samhammer/vue-cli-plugin-stylelint": "^2.0.0",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-router": "^4.4.6",
"@vue/cli-plugin-vuex": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-airbnb": "^5.1.0",
"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-08-01 19:05:04 +00:00
"eslint": "^7.6.0",
2020-06-27 19:58:44 +00:00
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.2.2",
2020-06-10 06:03:17 +00:00
"fast-xml-parser": "^3.17.4",
"fscreen": "^1.0.2",
"last-commit-log": "^3.0.4",
2020-07-26 00:07:24 +00:00
"libjass": "^0.11.0",
"mux.js": "^5.6.4",
"nconf": "^0.10.0",
2020-07-08 00:44:46 +00:00
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"shaka-player": "^2.5.13",
"socket.io-client": "^2.3.0",
2020-08-03 18:14:52 +00:00
"string-similarity": "^4.0.2",
2020-08-06 20:27:40 +00:00
"stylelint": "^13.0.0",
"stylelint-config-standard": "^20.0.0",
2020-07-23 00:09:20 +00:00
"v-clipboard": "^2.2.3",
"vanilla-tilt": "^1.7.0",
2020-06-11 23:01:27 +00:00
"vue-chat-scroll": "^1.4.0",
2020-07-22 02:23:08 +00:00
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.11",
2020-07-12 12:41:14 +00:00
"vuetify-loader": "^1.6.0",
2020-08-04 21:14:58 +00:00
"vuex-persistedstate": "^3.1.0"
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-07-26 00:07:24 +00:00
}