-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
215 lines (215 loc) · 7.54 KB
/
Copy pathpackage.json
File metadata and controls
215 lines (215 loc) · 7.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
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
{
"name": "asgardex",
"productName": "ASGARDEX",
"version": "1.45.0",
"description": "WALLET AND EXCHANGE CLIENT FOR THORCHAIN, MAYACHAIN, CHAINFLIP",
"main": "build/main/electron.js",
"scripts": {
"dev": "electron-vite dev",
"dev:log": "cross-env VITE_LOG_LEVEL=info electron-vite dev",
"force-rebuild-native-deps": "rimraf ./node_modules/prebuild-install",
"preview": "cross-env VITE_NODE_ENV=production NODE_OPTIONS=\"--max-old-space-size=8192\" electron-vite preview",
"build": "cross-env VITE_NODE_ENV=production NODE_OPTIONS=\"--max-old-space-size=8192\" CI=false electron-vite build",
"build:dev": "cross-env VITE_NODE_ENV=development CI=false electron-vite build --mode development",
"test": "vitest --config vite.test.config.ts",
"package": "yarn build && yarn package:electron",
"package:electron": "yarn force-rebuild-native-deps && electron-builder build -c.extraMetadata.main=build/main/electron.js --config .electronbuildrc.config.js",
"package:ci": "yarn postinstall && yarn build && yarn package:electron --publish always",
"postinstall": "git config blame.ignoreRevsFile .git-blame-ignore-revs && yarn force-rebuild-native-deps && electron-builder install-app-deps",
"lint": "trunk check --filter=eslint --filter=prettier",
"check:trunk": "cross-env-shell ./scripts/trunk-check.sh",
"check:yarn-lock": "cross-env-shell ./scripts/check-lockfile.sh",
"generate:erc20whitelist": "./node_modules/.bin/ts-node --project tsconfig.scripts.json ./scripts/generateERC20Whitelist.ts",
"generate:arberc20whitelist": "npm run generate:erc20whitelist -- ARB",
"generate:avaxerc20whitelist": "npm run generate:erc20whitelist -- AVAX",
"generate:bscerc20whitelist": "npm run generate:erc20whitelist -- BSC",
"generate:etherc20whitelist": "npm run generate:erc20whitelist -- ETH",
"generate:baseErc20whitelist": "npm run generate:erc20whitelist -- BASE",
"generate:trontrc20whitelist": "npm run generate:erc20whitelist -- TRON"
},
"repository": {
"type": "git",
"url": "https://github.com/asgardex/asgardex-desktop"
},
"author": {
"name": "ASGARDEX Maintainers",
"email": "accounts@thorchain.org",
"url": "https://asgardex.com/"
},
"contributors": [
{
"name": "THORChain Admin",
"email": "accounts@thorchain.org",
"url": "https://thorchain.org"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/asgardex/asgardex-desktop/issues"
},
"keywords": [
"thorchain",
"asgardex",
"thornode",
"bitcoin",
"bitcoin cash",
"litecoin",
"ethereum",
"binance chain",
"doge",
"cosmos",
"bsc",
"avax",
"mayachain",
"dash",
"kujira",
"arb"
],
"workspaces": [
"asgardex-desktop"
],
"homepage": "https://thorchain.org",
"dependencies": {
"@asgardex/asgardex-theme": "^0.2.0",
"@chainflip/sdk": "2.2.1",
"@devexperts/remote-data-ts": "^2.1.1",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@ledgerhq/hw-transport": "^6.31.6",
"@ledgerhq/hw-transport-node-hid-singleton": "6.31.8",
"@reduxjs/toolkit": "^2.3.0",
"@tanstack/react-table": "^8.21.3",
"@vultisig/sdk": "0.22.5",
"@xchainjs/xchain-aggregator": "2.5.0",
"@xchainjs/xchain-arbitrum": "2.1.6",
"@xchainjs/xchain-avax": "2.0.20",
"@xchainjs/xchain-base": "1.0.20",
"@xchainjs/xchain-bitcoin": "2.3.0",
"@xchainjs/xchain-bitcoincash": "2.3.0",
"@xchainjs/xchain-bsc": "2.0.21",
"@xchainjs/xchain-cardano": "1.2.3",
"@xchainjs/xchain-client": "2.0.16",
"@xchainjs/xchain-cosmos": "3.0.16",
"@xchainjs/xchain-crypto": "1.0.8",
"@xchainjs/xchain-dash": "2.2.8",
"@xchainjs/xchain-doge": "2.3.0",
"@xchainjs/xchain-ethereum": "2.0.21",
"@xchainjs/xchain-evm": "2.0.20",
"@xchainjs/xchain-evm-providers": "2.0.19",
"@xchainjs/xchain-kujira": "2.0.16",
"@xchainjs/xchain-litecoin": "2.4.0",
"@xchainjs/xchain-mayachain": "4.1.7",
"@xchainjs/xchain-mayachain-query": "2.2.2",
"@xchainjs/xchain-mayamidgard": "1.1.3",
"@xchainjs/xchain-mayanode": "1.2.3",
"@xchainjs/xchain-midgard": "1.1.3",
"@xchainjs/xchain-radix": "2.0.17",
"@xchainjs/xchain-ripple": "1.0.18",
"@xchainjs/xchain-solana": "1.1.8",
"@xchainjs/xchain-sui": "0.1.5",
"@xchainjs/xchain-thorchain": "3.0.20",
"@xchainjs/xchain-thorchain-query": "3.1.2",
"@xchainjs/xchain-thornode": "1.2.2",
"@xchainjs/xchain-tron": "3.0.9",
"@xchainjs/xchain-util": "2.0.7",
"@xchainjs/xchain-utxo": "2.2.8",
"@xchainjs/xchain-utxo-providers": "2.1.0",
"@xchainjs/xchain-wallet": "2.0.31",
"@xchainjs/xchain-zcash": "1.3.9",
"axios": "1.16.1",
"bignumber.js": "^10.0.1",
"clsx": "^2.1.1",
"electron-debug": "^3.2.0",
"electron-log": "^5.4.4",
"electron-updater": "6.3.4",
"electron-window-state": "^5.0.3",
"ethers": "6.14.4",
"fp-ts": "^2.16.11",
"fs-extra": "^10.1.0",
"io-ts": "^2.2.16",
"io-ts-types": "^0.5.19",
"lightweight-charts": "^5.2.0",
"lodash": "^4.18.1",
"observable-hooks": "^4.2.1",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.0",
"react-intl": "^6.0.4",
"react-redux": "^9.1.2",
"react-router-dom": "^6.6.1",
"redux-logger": "^3.0.6",
"rxjs": "^7.8.2",
"uuid": "^14.0.1"
},
"devDependencies": {
"@electron/notarize": "^2.5.0",
"@eslint/compat": "2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^8.57.1",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-typescript": "^12.3.0",
"@tailwindcss/postcss": "^4.3.1",
"@tsconfig/node16": "^16.1.8",
"@types/electron-devtools-installer": "^2.2.2",
"@types/eslint-plugin-jsx-a11y": "^6",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4",
"@types/node": "^22.14",
"@types/qrcode": "^1.4.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/redux-logger": "^3",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/ui": "^4.1.9",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"cross-env": "^10.1.0",
"crypto-browserify": "^3.12.1",
"dotenv": "17.4.2",
"electron": "35.2.1",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
"electron-vite": "^5.0.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-unused-imports": "^4.4.1",
"happy-dom": "20.10.5",
"postcss": "8.5.15",
"prebuild-install": "^7.1.3",
"prettier": "3.8.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"process": "^0.11.10",
"rimraf": "5.0.10",
"simple-git": "^3.36.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "^4.3.1",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"vite": "^6.3.5",
"vite-plugin-svgr": "^5.2.0",
"vite-plugin-wasm": "^3.6.0",
"vitest": "^4.1.9"
},
"resolutions": {
"@types/react": "^18.3.22",
"secp256k1": "^5.0.1",
"typescript": "^5.8.3",
"bn.js": "4.12.0",
"bigint-buffer": "1.0.1",
"form-data": "4.0.4",
"bignumber.js": "^10.0.1",
"pbkdf2": "3.1.2",
"browserify-sign": "4.2.1"
},
"packageManager": "yarn@4.17.0"
}