-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
177 lines (177 loc) · 6.59 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
{
"name": "app",
"version": "4.0.2",
"private": true,
"scripts": {
"serve": "npm run locale && vue-cli-service serve",
"build": "cross-env VUE_APP_TORUS_BUILD_ENV=production npm run pre-build && vue-cli-service build && npm run post-build",
"test:e2e": "mocha --timeout=60000 ./test/e2e",
"lint": "vue-cli-service lint",
"build:alpha-branches": ". ./scripts/buildAlpha.sh",
"build:binance": "cross-env VUE_APP_TORUS_BUILD_ENV=binance npm run pre-build && vue-cli-service build --mode binance && npm run post-build",
"build:dev": "cross-env VUE_APP_TORUS_BUILD_ENV=development npm run pre-build && vue-cli-service build --mode development",
"build:lrc": "cross-env VUE_APP_TORUS_BUILD_ENV=lrc npm run pre-build && vue-cli-service build --mode lrc",
"build:testing": "cross-env VUE_APP_TORUS_BUILD_ENV=testing npm run pre-build && vue-cli-service build --mode testing",
"build:bnb": "cross-env VUE_APP_TORUS_BUILD_ENV=bnb npm run pre-build && vue-cli-service build --mode bnb",
"build:polygon": "cross-env VUE_APP_TORUS_BUILD_ENV=polygon npm run pre-build && vue-cli-service build --mode polygon",
"clean": "rimraf node_modules package-lock.json",
"dev": "cross-env NODE_ENV=development VUE_APP_TORUS_BUILD_ENV=development node server.js",
"lint:js": "eslint --fix 'src/**/*.js'",
"lint:vue": "eslint --fix 'src/**/*.vue'",
"locale": "node ./scripts/importLocales.mjs",
"post-build": ". ./scripts/buildErrorPage.sh",
"pre-build": "npm run locale",
"prepare": "husky",
"production": "cross-env PORT=443 NODE_ENV=production node server.js",
"test": "npm run locale && mocha ./test/unit/controllers/transactions/*.js ./test/unit/controllers/*.js",
"test:codecov-upload": "if [ $CODECOV_TOKEN ]; then nyc report --reporter=text-lcov > coverage.lcov && codecov; fi",
"test:coverage-codecov": "nyc --reporter=text --reporter=html npm test && npm run test:codecov-upload",
"test:e2e:headful": "node ./test/e2e/puppeteer.js false",
"test:e2e:mobile": "env MOBILE_ENV=true mocha --timeout=60000 ./test/e2e"
},
"dependencies": {
"@ethereumjs/common": "^4.3.0",
"@ethereumjs/tx": "^5.3.0",
"@ethereumjs/util": "^9.0.3",
"@gtm-support/vue2-gtm": "^2.0.0",
"@metamask/contract-metadata": "^2.4.0",
"@metamask/eth-json-rpc-infura": "^9.1.0",
"@metamask/eth-json-rpc-middleware": "^12.1.0",
"@metamask/eth-json-rpc-provider": "^2.3.0",
"@metamask/eth-sig-util": "^7.0.1",
"@sentry/browser": "^7.109.0",
"@sentry/tracing": "^7.109.0",
"@sentry/vue": "^7.109.0",
"@toruslabs/broadcast-channel": "^9.0.1",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/loglevel-sentry": "^6.1.2",
"@toruslabs/metadata-helpers": "^5.1.0",
"@toruslabs/openlogin": "^8.1.0",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/openlogin-session-manager": "^3.1.1",
"@toruslabs/openlogin-subkey": "^8.1.0",
"@toruslabs/openlogin-utils": "^8.1.0",
"@uniswap/default-token-list": "^11.16.0",
"@walletconnect/logger": "2.0.1",
"@walletconnect/sign-client": "2.11.3",
"@walletconnect/utils": "2.11.3",
"await-semaphore": "^0.1.3",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"bowser": "^2.11.0",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.36.1",
"das-sdk": "^1.9.3",
"deepmerge": "^4.3.1",
"eth-block-tracker": "^8.1.0",
"eth-json-rpc-filters": "^6.0.1",
"eth-query": "^2.1.2",
"eth-rpc-errors": "^4.0.3",
"ethers": "^6.11.1",
"ethjs-query": "^0.3.8",
"fast-json-patch": "^3.1.1",
"jsonschema": "^1.4.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"loglevel": "^1.9.1",
"pify": "^5.0.0",
"pump": "^3.0.0",
"readable-stream": "^4.5.2",
"register-service-worker": "^1.7.2",
"swappable-obj-proxy": "^1.1.0",
"vue": "^2.7.14",
"vue-content-loader": "^0.2.3",
"vue-i18n": "^8.28.2",
"vue-json-pretty": "^1.9.4",
"vue-qr": "^4.0.9",
"vue-qrcode-reader": "^3.1.8",
"vue-router": "^3.6.5",
"vue-spinner": "^1.0.4",
"vuetify": "^2.6.15",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/eslint-plugin": "^7.23.5",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-numeric-separator": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/register": "^7.23.7",
"@sentry/cli": "^2.31.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"assert": "^2.1.0",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"empty-module": "0.0.2",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-problems": "^8.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-vue": "^9.24.1",
"eslint-plugin-vue-scoped-css": "^2.8.0",
"express": "^4.19.2",
"ganache": "^7.9.2",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"jsdom-global": "^3.0.2",
"lint-staged": "^15.2.2",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"mocha": "^10.4.0",
"nock": "13.5.4",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"process": "^0.11.10",
"puppeteer": "^22.6.3",
"sass": "~1.32.13",
"sass-loader": "^14.1.1",
"sinon": "^17.0.1",
"stylus": "^0.63.0",
"stylus-loader": "^8.1.0",
"terser-webpack-plugin": "^5.3.10",
"through2": "^4.0.2",
"uglifyify": "^5.0.2",
"undici": "^6.12.0",
"url": "^0.11.3",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-cli-plugin-webpack-bundle-analyzer": "~4.0.0",
"vue-template-compiler": "^2.7.16",
"vuetify-loader": "^1.9.2",
"worker-loader": "^3.0.8"
},
"engines": {
"node": ">=16.18.1",
"npm": ">=8.x"
},
"lint-staged": {
"*.{js,vue}": "eslint --cache --fix",
"*.{js,json,css,yaml,yml,vue}": [
"prettier --write"
]
},
"mocha": {
"timeout": 0
}
}