forked from MyEtherWallet/MyEtherWallet
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
192 lines (192 loc) · 6.82 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
{
"name": "xdcwallet",
"version": "1.1.5714",
"description": "Client side XDC Wallet",
"scripts": {
"build:offline": "SET NODE_OPTIONS=--max_old_space_size=4096 && SET WEBPACK_INTEGRITY=false && npm run build:hash",
"build": "SET NODE_OPTIONS=--max_old_space_size=4096 && vue-cli-service build",
"test:unit": "vue-cli-service test:unit --logHeapUsage",
"lint": "npm run lint:styles && npm run lint:code && npm run lint:md",
"build:hash": "SET NODE_OPTIONS=--max_old_space_size=4096 && SET ROUTER_MODE=hash && npm run build",
"build:history": "ROUTER_MODE=history npm run build",
"build:history:sourcemaps": "ROUTER_MODE=history FULL_SOURCEMAPS=true npm run build",
"build:mewcx": "SET ROUTER_MODE=hash && BUILD_TYPE=mewcx npm run build",
"start:mewcx": "SET ROUTER_MODE=hash && BUILD_TYPE=mewcx npm run buildwatch",
"buildwatch": "npm run update && vue-cli-service build --watch",
"test": "npm run update:lists && npm run update:swap && jest --clearCache && npm run test:unit",
"codecov": "npm run test && codecov",
"dev": "vue-cli-service serve --watch --fix",
"dev1": "npm run update && npm run update:mainlists && vue-cli-service serve --watch --fix",
"lint:code": "vue-cli-service lint",
"lint:md": "remark . -o -f",
"lint:styles": "prettier --write 'src/**/*.{scss,css}' && stylelint 'src/**/*.{scss,css}' --fix",
"lint:tests": "eslint --fix tests/",
"preinstall": "find node_modules -name \".git\" -exec rm -rf {} \\; || true && npx npm-force-resolutions",
"start": "npm run update:mainlists && npm run dev",
"start:history": "npm run update:mainlists && ROUTER_MODE=history npm run dev",
"update": "npm run update:packages && npm run update:lists && npm run update:swap",
"update:lists": "node fetchLists/index.js",
"update:mainlists": "node fetchLists/fetchMainLists.js",
"update:packages": "node package-test.js",
"update:swap": "node compileBaseSwapOptions.js"
},
"dependencies": {
"@aave/protocol-js": "1.0.3",
"@coolwallets/eth": "0.2.0-beta.1",
"@coolwallets/transport-web-ble": "0.1.0",
"@coolwallets/wallet": "0.2.0-beta.1",
"@sentry/browser": "5.27.6",
"@sentry/integrations": "5.27.6",
"@unstoppabledomains/resolution": "1.8.3",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link-ws": "1.0.20",
"chart.js": "2.9.4",
"content-hash": "2.5.2",
"core-js": "3.8.1",
"graphql": "14.6.0",
"graphql-tag": "2.11.0",
"html2canvas": "1.0.0-rc.7",
"idna-uts46": "1.1.0",
"is-ipfs": "2.0.0",
"levenshtein": "1.0.5",
"luxon": "1.25.0",
"moment": "2.29.1",
"moment-timezone": "0.5.32",
"node-fetch": "2.6.1",
"platform": "1.3.6",
"pocket-js-web3-provider": "0.0.3",
"print-js": "1.5.0",
"punycode": "2.1.1",
"regenerator-runtime": "0.13.7",
"register-service-worker": "1.7.2",
"similarity": "1.2.1",
"subscriptions-transport-ws": "0.9.18",
"unicode": "12.1.0",
"vee-validate": "2.2.15",
"vue": "2.6.12",
"vue-chartjs": "3.5.1",
"vue-datetime": "1.0.0-beta.14",
"vue-mq": "1.0.1",
"vue-multiselect": "2.1.6",
"vue-qrcode-reader": "^2.3.16",
"vue-router": "3.4.9",
"vue-toasted": "1.1.28",
"vuex": "3.6.0",
"walletlink": "2.0.2",
"xss": "1.0.8"
},
"devDependencies": {
"@ensdomains/address-encoder": "0.2.3",
"@ensdomains/dnsregistrar": "0.3.9",
"@ethereum-alarm-clock/lib": "0.3.5",
"@keepkey/keepkey.js": "1.2.3",
"@ledgerhq/hw-app-eth": "5.28.0",
"@ledgerhq/hw-transport-u2f": "5.34.0",
"@ledgerhq/hw-transport-webusb": "5.34.1",
"@makerdao/currency": "0.9.9",
"@makerdao/dai": "0.29.0",
"@makerdao/dai-plugin-config": "0.2.15",
"@makerdao/dai-plugin-mcd": "1.5.9",
"@makerdao/dai-plugin-migrations": "1.3.3",
"@myetherwallet/eth-token-balance": "0.2.2",
"@myetherwallet/mewconnect-web-client": "2.1.7",
"@stripe/stripe-js": "1.11.0",
"@vue/cli-plugin-babel": "4.5.6",
"@vue/cli-plugin-eslint": "4.5.6",
"@vue/cli-plugin-pwa": "4.5.6",
"@vue/cli-plugin-unit-jest": "4.5.6",
"@vue/cli-service": "4.5.6",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"@walletconnect/browser": "1.0.0-beta.47",
"@walletconnect/qrcode-modal": "1.1.0",
"@xkeshi/vue-qrcode": "git+https://github.com/MyEtherWallet/vue-qrcode.git",
"axios": "0.21.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "25.2.3",
"bc-vault-js": "2.0.4",
"bignumber.js": "9.0.1",
"bip39": "3.0.3",
"bitbox02-api": "0.8.0",
"bootstrap-vue": "2.15.0",
"codecov": "3.8.1",
"copy-webpack-plugin": "^6.2.1",
"detectrtc": "1.4.1",
"eslint": "7.15.0",
"eslint-plugin-prettier": "3.2.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-vue": "6.2.2",
"eth-ens-namehash": "2.0.8",
"ethereum-ens": "0.7.7",
"ethereumjs-common": "1.5.2",
"ethereumjs-tx": "2.1.2",
"ethereumjs-util": "7.0.3",
"ethereumjs-wallet": "0.6.3",
"ethjs-unit": "0.1.6",
"hdkey": "2.0.1",
"i18n-iso-countries": "5.3.0",
"iban": "0.0.14",
"imagemin-mozjpeg": "9.0.0",
"imagemin-webpack-plugin": "2.4.2",
"jest-canvas-mock": "2.3.0",
"jest-skipped-reporter": "0.0.5",
"marked": "1.2.5",
"mew-maker-plugin": "0.0.2",
"multicoin-address-validator": "git+https://github.com/MyEtherWallet/multicoin-address-validator.git",
"node-sass": "5.0.0",
"package-json": "6.5.0",
"postcss-import": "12.0.1",
"postcss-url": "8.0.0",
"prettier": "2.2.1",
"raw-loader": "4.0.2",
"remark-cli": "9.0.0",
"remark-preset-lint-recommended": "5.0.0",
"rskjs-util": "1.0.3",
"sass-loader": "10.1.0",
"sinon": "9.2.1",
"store": "2.0.12",
"stylelint": "13.8.0",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"trezor-connect": "8.1.19",
"u2f-api": "1.1.1",
"uglify-es": "3.3.9",
"uuid": "8.3.2",
"vue-i18n": "8.22.2",
"vue-stripe-elements-plus": "0.3.2",
"vue-template-compiler": "2.6.12",
"vue-worker": "1.2.1",
"wallet-address-validator": "0.2.4",
"web3": "1.2.7",
"web3-core-helpers": "1.2.7",
"web3-core-method": "1.2.7",
"web3-core-requestmanager": "1.2.7",
"web3-utils": "1.2.7",
"webpack": "^4.44.2",
"weekstart": "1.0.1",
"worker-loader": "3.0.2",
"zxcvbn": "4.4.2"
},
"engines": {
"node": ">= 10.0.0 < 12.0.0",
"npm": ">= 6.0.0"
},
"vuePlugins": {
"service": [
"./vueConfig/multiCompiler.js"
]
},
"resolutions": {
"acorn": "^6.4.0",
"cryptiles": "^4.1.2",
"jquery": "^3.4.0",
"handlebars": "^4.5.3",
"hoek": "^4.2.0",
"mem": "^4.0.0",
"marked": "^0.6.2"
},
"license": "MIT",
"repository": "https://github.com/myetherwallet/myetherwallet"
}