This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 301
/
package.json
224 lines (224 loc) · 7.79 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
{
"engines": {
"node": ">=12"
},
"name": "ledger-live-desktop",
"productName": "Ledger Live",
"description": "Ledger Live - Desktop",
"author": "Ledger Live Team <team-live@ledger.fr>",
"repository": "https://github.com/LedgerHQ/ledger-live-desktop",
"license": "MIT",
"private": true,
"main": "./.webpack/main.bundle.js",
"version": "2.41.3",
"scripts": {
"start:prod": "electron ./.webpack/main.bundle.js",
"start": "cross-env NODE_ENV=development node ./tools/main.js",
"build": "cross-env NODE_ENV=production node ./tools/main.js build",
"build:testing": "cross-env NODE_ENV=production TESTING=1 node ./tools/main.js build",
"lint": "eslint src tools static --ext .js,.json,.ts,.tsx",
"prettier": "prettier --write \"{src,tools}/**/*.{js,json}\"",
"prettier:check": "prettier -c \"{src,tools}/**/*.{js,json}\"",
"flow-typed": "yarn run install-flow-typed",
"install-flow-typed": "flow-typed install -s",
"preinstall-deps": "rimraf node_modules/paralleljs/package.json",
"install-deps": "electron-builder install-app-deps",
"postinstall": "node ./scripts/post-install.js",
"dist:internal": "cross-env NODE_ENV=production DEBUG=electron-builder electron-builder",
"dist": "node ./tools/dist",
"dist:dirty": "node ./tools/dist --dirty",
"dist:dir": "node ./tools/dist --dir",
"draft-nightly-release": "node ./tools/dist draft --nightly -v",
"nightly": "node ./tools/dist --nightly --publish -v",
"nightly-build": "node ./tools/dist --nightly -v",
"build-ci": "cross-env STAGING=1 node ./tools/dist --ci -v",
"draft-release": "node ./tools/dist draft",
"release": "node ./tools/dist --publish -v",
"ci": "node ./tools/ci.js",
"test": "jest src",
"playwright": "nyc playwright test --config=tests/playwright.config.ts",
"playwright-update-snapshots": "yarn playwright --update-snapshots",
"playwright-recorder": "playwright test tests/specs/recorder.spec.ts"
},
"dependencies": {
"@electron/remote": "^1.2.1",
"@hot-loader/react-dom": "^17.0.1",
"@ledgerhq/devices": "6.27.1",
"@ledgerhq/electron-updater": "^4.2.2",
"@ledgerhq/errors": "6.10.0",
"@ledgerhq/hw-transport": "6.27.1",
"@ledgerhq/hw-transport-http": "6.27.1",
"@ledgerhq/hw-transport-node-hid-singleton": "6.27.1",
"@ledgerhq/live-common": "https://github.com/LedgerHQ/ledger-live-common.git#develop",
"@ledgerhq/logs": "6.10.0",
"@ledgerhq/react-ui": "^0.7.5",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@polkadot/react-identicon": "0.89.2",
"@tippyjs/react": "^4.2.6",
"@trust/keyto": "^1.0.1",
"@xstate/inspect": "^0.4.1",
"@xstate/react": "^1.6.3",
"animated": "^0.2.2",
"async": "^3.2.2",
"axios": "^0.26.0",
"bignumber.js": "^9.0.2",
"canvas-confetti": "^1.4.0",
"chart.js": "^2.9.4",
"color": "^3.1.3",
"dotenv": "^8.2.0",
"electron-context-menu": "^2.5.2",
"ethereumjs-tx": "^2.1.1",
"firebase": "^9.6.6",
"focus-trap": "^6.6.1",
"form-data": "^3.0.0",
"fuse.js": "^3.6.1",
"getos": "^3.2.1",
"i18next": "^19.9.2",
"invariant": "^2.2.4",
"ip": "^1.1.5",
"isomorphic-unfetch": "^3.1.0",
"json-rpc-2.0": "^0.2.19",
"jsqr": "^1.4.0",
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
"measure-scrollbar": "^1.1.0",
"moment": "^2.29.1",
"node-abi": "^2.30.0",
"openpgp": "^4.10.10",
"os-locale": "^5.0.0",
"os-name": "^4.0.1",
"prando": "^5.1.2",
"qrcode": "^1.4.4",
"qrloop": "^1.2.0",
"qs": "^6.10.1",
"raven": "^2.6.4",
"raven-js": "^3.27.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-i18next": "^11.14.3",
"react-intersection-observer": "^8.32.4",
"react-key-handler": "^1.2.0-beta.3",
"react-lottie": "^1.2.3",
"react-markdown": "^4.3.0",
"react-motion": "^0.5.2",
"react-prismazoom": "^3.0.0",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-select": "^3.2.0",
"react-spring": "^8.0.27",
"react-transition-group": "^4.4.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"react-window-infinite-loader": "^1.0.7",
"redux": "^4.1.2",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.4.0",
"reselect": "^4.1.4",
"rimraf": "^3.0.2",
"rxjs": "^6.6.7",
"secp256k1": "^4.0.2",
"semver": "^7.1.3",
"sleep-promise": "^8.0.1",
"smoothscroll-polyfill": "^0.4.4",
"source-map-support": "^0.5.21",
"styled-components": "^5.2.3",
"styled-system": "^5.1.5",
"timemachine": "^0.3.2",
"tippy.js": "^6.3.7",
"tree-kill": "^1.2.2",
"uncontrollable": "^7.2.1",
"uuid": "^8.3.2",
"winston": "^3.2.1",
"winston-transport": "^4.3.0",
"write-file-atomic": "^3.0.3",
"ws": "^7.5.3",
"xstate": "^4.28.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.1",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@babel/preset-env": "^7.15.8",
"@babel/preset-flow": "^7.13.13",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.15.0",
"@octokit/rest": "^18.12.0",
"@playwright/test": "^1.21.1",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/react": "^6.3.12",
"@types/react-router-dom": "^5.3.2",
"@types/redux-actions": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.3",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^1.13.3",
"chalk": "^4.1.2",
"codecov": "^3.8.3",
"copy-webpack-plugin": "^6.1.0",
"cross-env": "^7.0.3",
"css-loader": "^3.5.3",
"dotenv-webpack": "^7.1.0",
"electron": "13.5.2",
"electron-builder": "22.13.1",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-standard": "^5.0.0",
"execa": "^4.0.2",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"flow-bin": "0.120.1",
"flow-typed": "^2.6.2",
"git-rev-sync": "^2.0.0",
"hard-source-webpack-plugin": "^0.13.1",
"hasha": "^5.2.2",
"html-webpack-plugin": "^3.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jest": "^26.6.3",
"listr": "^0.14.3",
"listr-verbose-renderer": "^0.6.0",
"nyc": "^15.1.0",
"playwright": "^1.21.1",
"prettier": "^1.19.1",
"serve": "^13.0.2",
"style-loader": "^1.2.1",
"typescript": "^4.4.4",
"unused-webpack-plugin": "^2.4.0",
"url-loader": "^4.1.1",
"v8-to-istanbul": "^8.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.1",
"webpack-node-externals": "^1.7.2",
"webpackbar": "^4.0.0",
"yargs": "^15.3.1",
"yarn-deduplicate": "^2.0.0"
}
}