forked from RocketChat/Rocket.Chat.Electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 5.02 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
{
"private": true,
"workspaces": [
"workspaces/*"
],
"productName": "Rocket.Chat",
"name": "rocketchat",
"description": "Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat",
"version": "3.9.11",
"author": "Rocket.Chat Support <support@rocket.chat>",
"copyright": "© 2016-2023, Rocket.Chat",
"homepage": "https://rocket.chat",
"license": "MIT",
"goUrlShortener": "go.rocket.chat",
"keywords": [
"rocketchat",
"desktop",
"electron"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/Rocket.Chat.Electron.git"
},
"bugs": {
"url": "https://github.com/RocketChat/Rocket.Chat.Electron/issues"
},
"main": "app/main.js",
"scripts": {
"postinstall": "run-s install-app-deps clean",
"start": "run-s build:watch",
"clean": "rimraf app dist",
"build": "rollup -c",
"build:watch": "rollup -c -w",
"build-mac": "yarn build && yarn electron-builder --publish never --mac --universal",
"build-win": "yarn build && yarn electron-builder --publish never --win",
"build-linux": "yarn build && yarn electron-builder --publish never --linux",
"build-assets": "ts-node -O '{\"module\":\"commonjs\"}' src/buildAssets.ts",
"build-assets-win": "ts-node -O \"{\\\"module\\\":\\\"commonjs\\\"}\" src/buildAssets.ts",
"release": "yarn electron-builder --publish onTagOrDraft --x64",
"install-app-deps": "electron-builder install-app-deps",
"test": "xvfb-maybe jest",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint": "run-s .:lint:eslint .:lint:tsc",
".:lint:eslint": "eslint .",
".:lint:tsc": "tsc --noEmit",
"lint-fix": "run-s .:lint-fix:eslint .:lint:tsc",
".:lint-fix:eslint": "eslint --fix .",
"workspaces:build": "yarn workspaces foreach -At run build"
},
"dependencies": {
"@bugsnag/js": "~7.22.3",
"@emotion/css": "~11.11.2",
"@emotion/react": "~11.11.3",
"@emotion/styled": "~11.11.0",
"@ewsjs/xhr": "~2.0.2",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "~0.42.0",
"@rocket.chat/fuselage-hooks": "~0.32.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/icons": "~0.32.0",
"axios": "~1.6.4",
"electron-dl": "~3.5.1",
"electron-store": "~8.1.0",
"electron-updater": "^5.3.0",
"ews-javascript-api": "~0.13.2",
"i18next": "~23.7.16",
"jsonwebtoken": "~9.0.2",
"moment": "~2.30.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-hook-form": "~7.49.2",
"react-i18next": "~14.0.0",
"react-keyed-flatten-children": "~3.0.0",
"react-redux": "~9.0.4",
"react-virtuoso": "~4.6.2",
"redux": "~5.0.1",
"reselect": "~5.0.1",
"rimraf": "~5.0.5",
"semver": "~7.5.4"
},
"devDependencies": {
"@babel/core": "~7.23.7",
"@babel/eslint-parser": "~7.23.3",
"@babel/plugin-proposal-class-properties": "~7.18.6",
"@babel/plugin-proposal-function-bind": "~7.23.3",
"@babel/preset-env": "~7.23.7",
"@babel/preset-react": "~7.23.3",
"@babel/preset-typescript": "~7.23.3",
"@fiahfy/icns-convert": "~0.0.12",
"@fiahfy/ico-convert": "~0.0.12",
"@kayahr/jest-electron-runner": "~29.11.0",
"@rocket.chat/eslint-config": "~0.6.0",
"@rocket.chat/prettier-config": "~0.31.25",
"@rollup/plugin-babel": "~6.0.4",
"@rollup/plugin-commonjs": "~25.0.7",
"@rollup/plugin-json": "~6.1.0",
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-replace": "~5.0.5",
"@types/electron-devtools-installer": "~2.2.5",
"@types/jest": "~29.5.11",
"@types/jsonwebtoken": "~9.0.5",
"@types/node": "~16.18.69",
"@types/react": "~18.2.46",
"@types/react-dom": "~18.2.18",
"@typescript-eslint/eslint-plugin": "~6.17.0",
"@typescript-eslint/parser": "~6.17.0",
"builtin-modules": "~3.3.0",
"chokidar": "~3.5.3",
"conventional-changelog-cli": "~4.1.0",
"convert-svg-to-png": "~0.6.4",
"electron": "22.3.27",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.2.2",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-import-resolver-typescript": "~3.6.1",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-prettier": "~5.1.2",
"eslint-plugin-react": "~7.33.2",
"eslint-plugin-react-hooks": "~4.6.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jimp": "~0.22.10",
"npm-run-all": "~4.1.5",
"prettier": "~3.1.1",
"puppeteer": "~21.7.0",
"rollup": "~4.9.2",
"rollup-plugin-copy": "~3.5.0",
"ts-jest": "~29.1.1",
"ts-node": "~10.9.2",
"typescript": "~5.3.3",
"xvfb-maybe": "~0.2.1"
},
"optionalDependencies": {
"fsevents": "2.3.3"
},
"engines": {
"node": ">=20.10.0"
},
"devEngines": {
"node": ">=20.10.0",
"yarn": ">=4.0.2"
},
"resolutions": {
"@fiahfy/icns-convert/sharp": "0.29.3",
"@fiahfy/ico-convert/sharp": "0.29.3"
},
"volta": {
"node": "20.10.0",
"yarn": "4.0.2"
},
"packageManager": "yarn@4.0.2"
}