-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.54 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.54 KB
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
{
"name": "streamoverlay",
"version": "2.3.6",
"description": "An overlay for streamers with single display",
"author": "PurpleHorrorRus <purplehorrorrus@gmail.com>",
"license": "CC-BY-NC-SA-4.0",
"repository": {
"type": "git",
"url": "https://github.com/PurpleHorrorRus/StreamOverlayStandart/"
},
"main": "./dist/main/index.js",
"engines": {
"node": ">=20.6.1"
},
"resolutions": {
"nth-check": "^2.0.1",
"glob-parent": "^5.1.2",
"parse-path": "^5.0.0",
"got": "^11.8.5",
"minimatch": "^3.0.5",
"loader-utils": "^2.0.4",
"ua-parser-js": "^0.7.33",
"json5": "^2.2.2",
"http-cache-semantics": "^4.1.1"
},
"scripts": {
"dev": "cross-env NODE_ENV=development node .electron-nuxt/index.js",
"build": "cross-env NODE_ENV=production node --openssl-legacy-provider .electron-nuxt/index.js",
"postinstall": "electron-builder install-app-deps",
"deps": "yarn && yarn postinstall"
},
"dependencies": {
"7tv": "^0.0.4",
"bluebird": "^3.7.2",
"discord-rpc": "^4.0.1",
"electron-updater": "^6.1.4",
"http": "^0.0.1-security",
"node-fetch": "2.7.0",
"nuxt": "2.17.1",
"nuxt-lazy-load": "1.3.0",
"obs-websocket-js": "^5.0.3",
"overlayaddon": "https://github.com/PurpleHorrorRus/StreamOverlayAddon.git",
"simple-helix-api": "^4.1.2",
"simple-trovo-api": "^1.1.10",
"stream-gtts": "https://github.com/PurpleHorrorRus/StreamGTTS",
"v-tooltip": "2.1.3",
"vue-clickaway": "^2.2.2",
"vue-draggable-resizable": "2.3.0",
"vue-feather-icons": "^5.1.0",
"vue-js-toggle-button": "^1.3.3",
"vue-range-component": "https://github.com/xwpongithub/vue-range-slider",
"vue-svg-loader": "^0.16.0"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.2.1",
"@volar-plugins/vetur": "^2.0.0",
"@xpda-dev/core": "^0.1.6",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.3.0",
"@xpda-dev/webpack-step": "0.1.5",
"babel-eslint": "^10.1.0",
"babel-loader": "8.3.0",
"cross-env": "^7.0.3",
"electron": "^26.2.1",
"electron-builder": "^24.6.4",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"file-loader": "^6.2.0",
"sass": "^1.67.0",
"sass-loader": "10.1.1",
"url-loader": "^4.1.1",
"webpack": "4.47.0"
}
}