This repository has been archived by the owner on May 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
164 lines (164 loc) · 5.5 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
{
"name": "myetherwallet",
"version": "5.1.2",
"description": "Client side ethereum wallet",
"license": "MIT",
"repository": "https://github.com/CallistoNetwork/CallistoEtherWallet",
"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": "npm run update && vue-cli-service build",
"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": "npm run update && npm run update:mainlists && vue-cli-service serve",
"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"
},
"gitHooks": {
"pre-commit": "npm run lint && npm run test"
},
"dependencies": {
"@sentry/browser": "5.6.3",
"@sentry/integrations": "5.6.1",
"html2canvas": "1.0.0-rc.3",
"idna-uts46": "1.1.0",
"js-sha1": "0.6.0",
"luxon": "1.17.2",
"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",
"vee-validate": "2.2.15",
"vue": "2.6.10",
"vue-datetime": "1.0.0-beta.10",
"vue-mq": "1.0.1",
"vue-router": "3.1.2",
"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.70.0",
"@ledgerhq/hw-transport-u2f": "4.70.0",
"@ledgerhq/hw-transport-webusb": "4.70.0",
"@makerdao/dai": "0.18.5",
"@myetherwallet/eth-token-balance": "0.1.4",
"@myetherwallet/mewconnect-web-client": "1.0.14",
"@vue/cli-plugin-babel": "3.11.0",
"@vue/cli-plugin-eslint": "3.11.0",
"@vue/cli-plugin-pwa": "3.11.0",
"@vue/cli-plugin-unit-jest": "3.11.0",
"@vue/cli-service": "3.11.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.0-rc.19",
"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-tx": "2.1.1",
"ethereumjs-common": "1.3.2",
"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",
"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",
"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.4.1",
"store": "2.0.12",
"string-replace-loader": "2.2.0",
"stylelint": "10.1.0",
"stylelint-config-prettier": "5.2.0",
"stylelint-config-standard": "18.3.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.39.3",
"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",
"@xkeshi/vue-qrcode",
"multicoin-address-validator",
"bootstrap-vue",
"web3-core-requestmanager",
"vue-tel-input"
]
}
}