forked from xaviergmail/Q-Jitsi-Electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
227 lines (227 loc) · 7.18 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"name": "CowBellClub",
"version": "1.9.3",
"description": "Electron application for Cowbell Club",
"main": "./build/main.js",
"productName": "CowbellClub",
"scripts": {
"start": "webpack --config ./webpack.main.js --mode development && concurrently \"echo Waiting on webpack > ./build/index.html\" \"npm:watch\" \"npm:electron\"",
"start2": "webpack --config ./webpack.main.js --mode development && npm run watch",
"start_https": "webpack --config ./webpack.main.js --mode development && npm run watch_https",
"clean": "rm -rf node_modules build dist",
"lint": "eslint . && flow",
"build": "webpack --config ./webpack.main.js --mode production && webpack --config ./webpack.renderer.js --mode production",
"dist": "npm run build && electron-builder --publish always",
"postinstall": "patch-package && electron-builder install-app-deps",
"watch": "webpack --config ./webpack.renderer.js --mode development --watch",
"watch_https": "webpack --config ./webpack.renderer.js --mode development",
"start_wdev": "electron-webpack dev",
"electron": "electron ./build/main.js",
"electronappdelay": "sleep 2 && electron ./build/main.js",
"release": "electron-builder",
"browser": "webpack serve --config ./webpack.browser.js"
},
"engines": {
"node": ">=12.0.0"
},
"build": {
"afterSign": "notarize.js",
"appId": "club.cowbell",
"productName": "CowbellClub",
"generateUpdatesFilesForAllChannels": true,
"extends": null,
"files": [
"**/*",
"resources",
"!app",
"!main.js"
],
"appx": {
"applicationId": "cowbell.club",
"displayName": "CowBellClub",
"publisherDisplayName": "CowBellClub"
},
"mac": {
"artifactName": "cowbell.club.${ext}",
"category": "public.app-category.video",
"darkModeSupport": true,
"hardenedRuntime": true,
"entitlements": "entitlements.mac.plist",
"entitlementsInherit": "entitlements.mac.plist",
"gatekeeperAssess": false,
"extendInfo": {
"NSCameraUsageDescription": "Cowbell Club requires access to your camera in order to make video-calls.",
"NSMicrophoneUsageDescription": "Cowbell Club requires access to your microphone in order to make calls (audio/video)."
}
},
"linux": {
"artifactName": "cowbell.club-${arch}.${ext}",
"category": "VideoConference;AudioVideo;Audio;Video;Network",
"description": "Cowbell Club Desktop App",
"executableName": "cowbell.club",
"target": [
{
"arch": "x64",
"target": "AppImage"
}
]
},
"win": {
"artifactName": "cowbell.club.${ext}",
"target": [
{
"arch": [
"ia32",
"x64"
],
"target": "nsis"
}
]
},
"directories": {
"buildResources": "resources"
},
"protocols": [
{
"name": "jitsi-protocol",
"role": "Viewer",
"schemes": [
"cowbell.club"
]
}
]
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git://github.com/xaviergmail/Q-Jitsi-Electron.git"
},
"keywords": [
"jingle",
"webrtc",
"xmpp",
"electron",
"jitsi-meet",
"ironhack",
"cowbell.club"
],
"author": "CowBellClub <[email protected]>",
"readmeFilename": "README.md",
"license": "Apache-2.0",
"dependencies": {
"@atlaskit/button": "10.1.1",
"@atlaskit/css-reset": "3.0.5",
"@atlaskit/droplist": "7.0.17",
"@atlaskit/field-text": "7.0.19",
"@atlaskit/icon": "15.0.3",
"@atlaskit/navigation": "33.3.8",
"@atlaskit/onboarding": "6.1.14",
"@atlaskit/page": "8.0.12",
"@atlaskit/panel": "0.3.5",
"@atlaskit/spinner": "9.0.13",
"@atlaskit/theme": "7.0.1",
"@atlaskit/toggle": "5.0.14",
"@getstation/electron-google-oauth2": "^2.1.0",
"@jitsi/js-utils": "1.0.5",
"add": "^2.0.6",
"axios": "^0.21.1",
"devtron": "^1.4.0",
"doka": "^0.1.0",
"dotenv": "^8.2.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"electrolytic": "^0.1.1",
"electron-context-menu": "2.0.1",
"electron-debug": "3.0.1",
"electron-is-dev": "1.2.0",
"electron-log": "4.1.1",
"electron-redux-devtools": "^0.3.4",
"electron-reload": "1.5.0",
"electron-store": "5.1.1",
"electron-updater": "4.2.5",
"electron-window-state": "5.0.3",
"electron-windows-badge": "^1.1.0",
"emoji-mart": "^3.0.1",
"emoji-picker-react": "^3.4.8",
"history": "4.10.1",
"i18next": "19.4.5",
"jitsi-meet-electron-utils": "github:jitsi/jitsi-meet-electron-utils#v2.0.13",
"moment": "2.23.0",
"mousetrap": "1.6.2",
"node-notifier": "^10.0.0",
"random-words": "^1.1.1",
"react": "16.8.0",
"react-devtools-electron": "^4.7.0",
"react-dom": "16.8.0",
"react-draft-wysiwyg": "^1.14.7",
"react-dropzone": "^11.3.4",
"react-google-login": "^5.1.21",
"react-i18next": "11.5.1",
"react-linkify": "^1.0.0-alpha",
"react-loading": "^2.0.3",
"react-notifications": "^1.7.2",
"react-outside-click-handler": "^1.3.0",
"react-redux": "5.1.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-redux": "5.0.0-alpha.9",
"react-spinners": "^0.10.6",
"redux": "4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "3.0.6",
"redux-persist": "5.10.0",
"redux-persist-electron-storage": "2.0.0",
"scheduler": "^0.13.6",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"socket.io-client": "^3.1.3",
"sockjs-client": "^1.5.0",
"sound-play": "^1.1.0",
"source-map-support": "0.5.16",
"styled-components": "3.4.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-export-namespace-from": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.12.17",
"@babel/plugin-transform-flow-strip-types": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-flow": "7.9.0",
"@babel/preset-react": "7.9.4",
"@electron-forge/cli": "^6.0.0-beta.54",
"@svgr/webpack": "5.4.0",
"@webpack-cli/serve": "^1.3.0",
"babel-eslint": "10.0.3",
"babel-loader": "8.1.0",
"command-line-args": "^5.1.1",
"concurrently": "5.1.0",
"css-loader": "3.5.0",
"dotenv-webpack": "^5.0.0",
"electron": "11.3.0",
"electron-builder": "22.7.0",
"electron-devtools-installer": "^3.1.1",
"electron-packager": "^15.2.0",
"electron-react-devtools": "^0.5.3",
"electron-webpack": "^2.8.2",
"electron-windows-store": "^2.1.0",
"eslint": "6.5.1",
"eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#1.0.2",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsdoc": "22.1.0",
"eslint-plugin-react": "7.19.0",
"file-loader": "^6.2.0",
"flow-bin": "0.109.0",
"html-webpack-plugin": "4.0.4",
"patch-package": "6.2.2",
"speed-measure-webpack-plugin": "^1.4.2",
"style-loader": "1.1.3",
"webpack": "4.42.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-shell-plugin-next": "1.2.0"
}
}