forked from synclounge/synclounge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "synclounge",
"version": "0.0.0-semantically-released",
"description": "Synced playback of Plex content",
"author": "samcm",
"bin": "./server.js",
"files": [
"dist",
"config",
"server.js"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"lint:style": "vue-cli-service lint:style",
"prepare": "if-env SKIP_BUILD=true && echo 'Skipping build' || npm run build"
},
"dependencies": {
"nconf": "^0.12.1",
"syncloungeserver": "^8.0.88"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@delucis/if-env": "^1.1.2",
"@samhammer/vue-cli-plugin-stylelint": "^5.0.8",
"@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": "^5.0.8",
"@vue/eslint-config-airbnb": "^7.0.1",
"caf": "^15.0.1",
"core-js": "^3.38.0",
"date-fns": "^2.30.0",
"detect-browser": "^5.3.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.27.0",
"fast-xml-parser": "^4.4.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.8",
"mux.js": "^6.3.0",
"postcss-html": "^1.7.0",
"postcss-sass": "^0.5.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"shaka-player": "^4.10.9",
"socket.io-client": "^4.7.5",
"string-similarity": "^4.0.4",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^29.0.0",
"synclounge-libjass": "^1.0.0",
"vanilla-tilt": "^1.8.1",
"vue": "^2.7.14",
"vue-chat-scroll": "^1.4.0",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.16",
"vuetify": "^2.7.1",
"vuetify-loader": "^1.9.2",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
},
"bugs": {
"url": "https://github.com/synclounge/synclounge/issues"
},
"homepage": "https://synclounge.tv",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/synclounge/synclounge.git"
},
"engines": {
"node": ">=12"
}
}