forked from wireapp/wire-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
193 lines (193 loc) · 7.72 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
{
"author": "Wire Swiss <[email protected]>",
"dependencies": {
"@electron/remote": "2.0.8",
"@hapi/joi": "17.1.1",
"@wireapp/certificate-check": "0.5.6",
"@wireapp/commons": "4.4.6",
"@wireapp/protocol-messaging": "1.38.0",
"@wireapp/react-ui-kit": "8.6.0",
"@wireapp/webapp-events": "0.14.6",
"auto-launch": "5.0.5",
"axios": "0.21.1",
"content-type": "1.0.4",
"electron-window-state": "5.0.3",
"fs-extra": "10.1.0",
"get-proxy-settings": "0.1.13",
"globby": "11.0.4",
"iconv-lite": "0.6.3",
"image-type": "4.1.0",
"jszip": "3.10.1",
"lodash": "4.17.21",
"logdown": "3.3.1",
"minimist": "1.2.7",
"open-graph": "0.2.6",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.4",
"redux": "4.2.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.1",
"uuidjs": "4.2.12"
},
"description": "The most secure collaboration platform.",
"devDependencies": {
"@babel/core": "7.19.3",
"@babel/helper-string-parser": "7.19.4",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/register": "7.18.9",
"@electron/fuses": "1.6.1",
"@types/adm-zip": "0.4.34",
"@types/amplify": "1.1.25",
"@types/auto-launch": "5.0.1",
"@types/content-type": "1.1.5",
"@types/fs-extra": "9.0.11",
"@types/is-ci": "3.0.0",
"@types/lodash": "4.14.186",
"@types/minimist": "1.2.2",
"@types/mocha": "10.0.0",
"@types/node": "~14",
"@types/open-graph": "0.2.1",
"@types/platform": "1.3.4",
"@types/sinon": "10.0.13",
"@types/sort-json": "2.0.1",
"@typescript-eslint/eslint-plugin": "4.0.0",
"@typescript-eslint/parser": "3.10.1",
"@wireapp/copy-config": "1.3.6",
"@wireapp/eslint-config": "1.9.0",
"@wireapp/prettier-config": "0.4.6",
"adm-zip": "0.5.9",
"aws-sdk": "2.1231.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "29.1.2",
"babel-loader": "8.2.5",
"babel-plugin-istanbul": "6.1.1",
"commander": "9.4.1",
"core-js": "3.25.5",
"cross-env": "7.0.3",
"cspell": "6.12.0",
"css-loader": "6.7.1",
"dotenv": "16.0.3",
"electron": "21.3.3",
"electron-builder": "23.6.0",
"electron-mocha": "11.0.2",
"electron-osx-sign": "0.6.0",
"electron-packager": "16.0.0",
"electron-winstaller": "4.0.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jasmine": "4.1.3",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-no-unsanitized": "4.0.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-sort-keys-fix": "1.1.1",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"form-data": "4.0.0",
"globby": "11.0.4",
"husky": "4.3.8",
"is-ci": "3.0.1",
"jest": "29.1.2",
"jest-environment-jsdom": "29.1.2",
"lint-staged": "13.0.3",
"mocha": "10.0.0",
"nock": "13.2.9",
"nyc": "15.1.0",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"sinon": "14.0.1",
"sort-json": "2.0.1",
"style-loader": "3.3.1",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
},
"homepage": "https://wire.com",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"license": "GPL-3.0",
"lint-staged": {
"*.{js,jsx,ts}": [
"eslint --fix"
],
"*.{json,md,css,yml,html}": [
"prettier --write"
]
},
"main": "electron/dist/main.js",
"name": "wire-desktop",
"prettier": "@wireapp/prettier-config",
"private": true,
"productName": "WireDevelopment",
"repository": {
"type": "git",
"url": "https://github.com/wireapp/wire-desktop.git"
},
"scripts": {
"build:linux": "yarn build:prepare && ts-node -P tsconfig.bin.json ./bin/build-tools/build-cli.ts linux",
"build:linux:internal": "cross-env-shell APP_ENV=internal \"yarn configure && yarn build:linux\"",
"build:macos": "yarn build:prepare && ts-node -P tsconfig.bin.json ./bin/build-tools/build-cli.ts macos -m",
"build:macos:x64": "yarn build:macos -a x64",
"build:macos:arm64": "yarn build:macos -a arm64",
"build:macos:internal": "cross-env-shell APP_ENV=internal \"yarn configure && yarn build:macos\"",
"build:macos:internal:x64": "yarn build:macos:internal -a x64",
"build:macos:internal:arm64": "yarn build:macos:internal -a arm64",
"build:prepare": "yarn clear:wrap && yarn build:ts && yarn bundle",
"build:ts": "yarn clear:ts && tsc",
"build:ts:bin": "tsc -P tsconfig.bin.json --noEmit",
"build:ts:tests": "tsc -P tsconfig.mocha.json --noEmit",
"build:win": "yarn build:prepare && ts-node -P tsconfig.bin.json ./bin/build-tools/build-cli.ts windows",
"build:win:installer": "rimraf wrap/dist && ts-node -P tsconfig.bin.json ./bin/build-tools/build-cli.ts windows-installer",
"build:win:installer:internal": "cross-env-shell APP_ENV=internal \"yarn build:win:installer -m\"",
"build:win:internal": "cross-env-shell APP_ENV=internal \"yarn configure && yarn build:win\"",
"bundle": "webpack --env production",
"bundle:dev": "webpack",
"clear:coverage": "rimraf coverage",
"clear:ts": "rimraf electron/dist",
"clear:wrap": "rimraf wrap",
"configure": "copy-config",
"coverage": "yarn clear:coverage && nyc report",
"fix": "yarn fix:code && yarn fix:other",
"fix:code": "yarn lint:code --fix",
"fix:other": "yarn prettier --write",
"lint": "yarn lint:code && yarn lint:other",
"lint:code": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx .",
"lint:other": "yarn prettier --list-different",
"lint:spelling": "cspell -c .cspell.json '*.md' 'electron/renderer/**/*.jsx' 'electron/src/**/*.ts' 'electron/html/*.html'",
"postinstall": "yarn configure",
"prestart": "yarn build:ts && yarn bundle:dev",
"prettier": "prettier \"**/*.{json,md,css,yml,html}\"",
"start": "cross-env NODE_DEBUG=@wireapp* electron . --no-sandbox --inspect --devtools --enable-logging",
"start:dev": "yarn start --env=https://wire-webapp-dev.zinfra.io",
"start:proxy": "yarn start --env=https://wire-webapp-dev.zinfra.io --proxy-server=\"https://127.0.0.1:3128\"",
"start:edge": "yarn start --env=https://wire-webapp-edge.zinfra.io",
"start:internal": "yarn start --env=https://wire-webapp-staging.wire.com",
"start:localhost": "yarn start --env=http://localhost:8081",
"start:localhostHttps": "yarn start --env=https://localhost:8081",
"start:localzinfra": "yarn start --env=https://local.zinfra.io:8081",
"start:prod": "yarn start --env=https://app.wire.com",
"start:rc": "yarn start --env=https://wire-webapp-rc.zinfra.io",
"test": "yarn test:types && yarn prestart && yarn build:ts:tests && yarn test:react && yarn test:main && yarn test:renderer && yarn test:bin && yarn coverage",
"test:bin": "mocha --require .babel-register.js \"bin/**/*.test?(.main).ts\"",
"test:main": "electron-mocha --require .babel-register.js \"electron/src/**/*.test?(.main).ts\" --no-sandbox",
"test:renderer": "electron-mocha --renderer --require .babel-register.js \"electron/src/**/*.test?(.renderer).ts\" --no-sandbox --window-config electron/test/mocha-window-config.json",
"test:types": "tsc --noEmit",
"test:react": "jest",
"translate:upload": "ts-node -P tsconfig.bin.json ./bin/translations_upload.ts",
"translate:download": "ts-node -P tsconfig.bin.json ./bin/translations_download.ts"
},
"version": "3.30.0"
}