-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.65 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
{
"name": "SpinShareSpeenOpenLivePanel",
"productName": "SpinShare",
"description": "SpinShare SpeenOpen LivePanel",
"homepage": "https://spinsha.re",
"copyright": "Copyright © SpinShare",
"version": "1.0.0",
"author": "SpinShare",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"electron:build": "vue-cli-service electron:build --openssl-legacy-provider start",
"electron:serve": "vue-cli-service electron:serve --openssl-legacy-provider start",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@widgetbot/html-embed": "^1.2.1",
"@widgetbot/react-embed": "^1.6.1",
"axios": "^0.21.1",
"core-js": "^3.6.4",
"dedupe": "^4.0.1",
"fetch": "^1.1.0",
"force": "^0.0.3",
"get-graphql-schema": "^2.1.2",
"graphql": "^16.2.0",
"hls.js": "^0.14.17",
"obs-websocket-js": "^4.0.2",
"react": "^18.2.0",
"smashgg.js": "^4.1.17",
"v-tooltip": "^2.0.3",
"video.js": "^7.19.2",
"vue": "^2.7.14",
"vue-i18n": "^8.20.0",
"vue-router": "^3.3.4",
"vuex": "^3.5.1"
},
"devDependencies": {
"@types/hls.js": "^0.13.3",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"chalk": "^4.1.0",
"chalk-table": "^1.0.2",
"electron": "^6.1.12",
"less": "^3.12.2",
"less-loader": "^5.0.0",
"magic-snowflakes": "^6.0.1",
"vue-cli-plugin-electron-builder": "~1.4.6",
"vue-template-compiler": "^2.6.11"
}
}