-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
170 lines (170 loc) · 5.7 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
{
"name": "myetherwallet",
"version": "5.1.6",
"description": "Client side ethereum wallet",
"license": "MIT",
"repository": "https://github.com/myetherwallet/myetherwallet",
"scripts": {
"build:offline": "WEBPACK_INTEGRITY=false npm run build:hash",
"build:hash": "ROUTER_MODE=hash npm run build",
"build:history": "ROUTER_MODE=history npm run build",
"build:mewcx": "ROUTER_MODE=hash BUILD_TYPE=mewcx npm run build",
"start:mewcx": "ROUTER_MODE=hash BUILD_TYPE=mewcx npm run start",
"build": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js build --fix",
"test": "npm run update:lists && jest --clearCache && npm run test:unit",
"lint": "npm run lint:styles && npm run lint:code && npm run lint:md",
"codecov": "npm run test && codecov",
"dev": "vue-cli-service serve --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/",
"start": "npm run update:mainlists && npm run dev",
"test:unit": "vue-cli-service test:unit --logHeapUsage",
"update:packages": "node package-test.js",
"update:lists": "node fetchLists/index.js",
"update:swap": "node compileBaseSwapOptions.js",
"update": "npm run update:packages && npm run update:lists",
"update:mainlists": "node fetchLists/fetchMainLists.js",
"clean": "sudo rm -rf node_modules/.cache; sudo rm -rf node_modules/websocket/.git; npm install;",
"preinstall": "find node_modules -name \".git\" -exec rm -rf {} \\; || true"
},
"dependencies": {
"@sentry/browser": "5.7.0",
"@sentry/integrations": "5.7.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"html2canvas": "1.0.0-rc.5",
"idna-uts46": "1.1.0",
"jquery": "^3.4.1",
"js-sha1": "0.6.0",
"luxon": "1.19.3",
"moment": "2.24.0",
"moment-timezone": "0.5.26",
"platform": "1.3.5",
"pocket-js-web3-provider": "0.0.3",
"print-js": "1.0.61",
"regenerator-runtime": "0.13.3",
"register-service-worker": "1.6.2",
"truffle": "^4.1.16",
"uglifyjs-webpack-plugin": "^2.2.0",
"vee-validate": "2.2.15",
"vue": "2.6.10",
"vue-datetime": "1.0.0-beta.10",
"vue-eslint-parser": "^6.0.4",
"vue-mq": "1.0.1",
"vue-multiselect": "2.1.6",
"vue-router": "3.1.3",
"vue-toasted": "1.1.27",
"vuex": "3.1.1",
"weekstart": "1.0.0",
"xss": "1.0.6"
},
"devDependencies": {
"@ensdomains/dnsregistrar": "0.3.9",
"@ethereum-alarm-clock/lib": "0.3.5",
"@keepkey/keepkey.js": "1.2.3",
"@ledgerhq/hw-app-eth": "4.72.1",
"@ledgerhq/hw-transport-u2f": "4.72.1",
"@ledgerhq/hw-transport-webusb": "4.72.1",
"@makerdao/dai": "0.18.8",
"@myetherwallet/eth-token-balance": "0.1.4",
"@myetherwallet/mewconnect-web-client": "1.0.14",
"@vue/cli-plugin-babel": "3.12.0",
"@vue/cli-plugin-eslint": "3.12.0",
"@vue/cli-plugin-pwa": "3.12.0",
"@vue/cli-plugin-unit-jest": "3.12.0",
"@vue/cli-service": "3.12.0",
"@vue/eslint-config-prettier": "5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"@xkeshi/vue-qrcode": "git+https://github.com/MyEtherWallet/vue-qrcode.git",
"axios": "0.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "23.6.0",
"bignumber.js": "9.0.0",
"bip39": "3.0.2",
"bootstrap-vue": "2.0.3",
"canvas": "1.6.13",
"codecov": "3.6.1",
"copy-webpack-plugin": "5.0.4",
"detectrtc": "1.3.9",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-security": "1.4.0",
"eth-ens-namehash": "2.0.8",
"ethereum-ens": "0.7.7",
"ethereumjs-common": "1.3.2",
"ethereumjs-tx": "2.1.1",
"ethereumjs-util": "6.1.0",
"ethereumjs-wallet": "0.6.3",
"ethjs-unit": "0.1.6",
"hdkey": "1.1.1",
"i18n-iso-countries": "4.3.1",
"iban": "0.0.12",
"imagemin-mozjpeg": "8.0.0",
"imagemin-webpack-plugin": "2.4.2",
"jest-skipped-reporter": "0.0.4",
"jspdf": "1.5.3",
"keccak": "2.0.0",
"marked": "0.7.0",
"mew-maker-plugin": "0.0.2",
"multicoin-address-validator": "git+https://github.com/MyEtherWallet/multicoin-address-validator.git",
"node-fetch": "2.6.0",
"node-sass": "4.12.0",
"package-json": "6.5.0",
"postcss-import": "12.0.1",
"postcss-url": "8.0.0",
"prettier": "1.18.2",
"raw-loader": "3.1.0",
"remark-cli": "7.0.0",
"remark-preset-lint-recommended": "3.0.3",
"rskjs-util": "1.0.3",
"sass-loader": "8.0.0",
"secp256k1": "3.7.1",
"sinon": "7.5.0",
"store": "2.0.12",
"string-replace-loader": "2.2.0",
"stylelint": "^11.1.1",
"stylelint-config-prettier": "6.0.0",
"stylelint-config-standard": "19.0.0",
"trezor-connect": "7.0.5",
"u2f-api": "1.1.1",
"uglify-es": "3.3.9",
"unused-files-webpack-plugin": "3.4.0",
"uuid": "3.3.3",
"vue-i18n": "8.14.1",
"vue-template-compiler": "2.6.10",
"vue-worker": "1.2.1",
"wallet-address-validator": "0.2.4",
"web3": "1.2.1",
"web3-core-helpers": "1.2.1",
"web3-core-method": "1.2.1",
"web3-core-requestmanager": "1.2.1",
"web3-utils": "1.2.1",
"webpack": "^4.40.0",
"worker-loader": "2.0.0",
"zxcvbn": "4.4.2"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 6.0.0"
},
"greenkeeper": {
"ignore": [
"@myetherwallet/mewconnect-web-client",
"canvas",
"ethereum-ens",
"webpack",
"babel-jest",
"web3",
"web3-core-helpers",
"web3-core-method",
"web3-utils",
"multicoin-address-validator",
"@xkeshi/vue-qrcode",
"web3-core-requestmanager",
"vee-validate",
"sass-loader"
]
}
}