forked from torusresearch/torus-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
183 lines (183 loc) · 6.55 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
{
"name": "app",
"version": "1.12.0",
"private": true,
"scripts": {
"clean": "rimraf node_modules package-lock.json",
"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",
"lint": "vue-cli-service lint",
"build:dev": "cross-env VUE_APP_TORUS_BUILD_ENV=development npm run pre-build && vue-cli-service build --mode development",
"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:testing": "cross-env VUE_APP_TORUS_BUILD_ENV=testing npm run pre-build && vue-cli-service build --mode testing",
"build:lrc": "cross-env VUE_APP_TORUS_BUILD_ENV=lrc npm run pre-build && vue-cli-service build --mode lrc",
"build:alpha-branches": ". ./scripts/buildAlpha.sh",
"dev": "cross-env NODE_ENV=development VUE_APP_TORUS_BUILD_ENV=development node server.js",
"locale": "node ./scripts/importLocales.js",
"lint:js": "eslint --fix 'src/**/*.js'",
"lint:vue": "eslint --fix 'src/**/*.vue'",
"post-build": ". ./scripts/buildErrorPage.sh",
"pre-build": "npm run locale",
"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:e2e": "mocha --timeout=60000 ./test/e2e",
"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",
"prepare": "husky install"
},
"dependencies": {
"@chaitanyapotti/random-id": "^1.0.3",
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.3.0",
"@gtm-support/vue2-gtm": "^1.1.0",
"@metamask/contract-metadata": "^1.29.0",
"@metamask/object-multiplex": "^1.2.0",
"@metamask/obs-store": "^7.0.0",
"@metamask/safe-event-emitter": "^2.0.0",
"@sentry/browser": "^6.11.0",
"@sentry/vue": "^6.11.0",
"@toruslabs/fetch-node-details": "^2.7.1",
"@toruslabs/http-helpers": "^1.4.0",
"@toruslabs/loglevel-sentry": "^2.7.1",
"@toruslabs/openlogin": "^0.10.0",
"@toruslabs/openlogin-utils": "^0.10.0",
"@toruslabs/torus.js": "^2.4.4",
"@unstoppabledomains/resolution": "^5.0.1",
"@walletconnect/core": "^1.6.2",
"@walletconnect/iso-crypto": "^1.6.2",
"assert": "^2.0.0",
"await-semaphore": "^0.1.3",
"big-integer": "^1.6.48",
"bignumber.js": "^9.0.1",
"broadcast-channel": "^3.7.0",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.16.2",
"create-hash": "^1.2.0",
"deepmerge": "^4.2.2",
"eth-block-tracker": "^5.0.1",
"eth-json-rpc-filters": "^4.2.2",
"eth-json-rpc-infura": "^5.1.0",
"eth-json-rpc-middleware": "^7.0.1",
"eth-query": "^2.1.2",
"eth-rpc-errors": "^4.0.3",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.0",
"ethereumjs-wallet": "^1.0.1",
"ethjs-query": "^0.3.8",
"fast-json-patch": "^2.2.1",
"human-standard-collectible-abi": "^1.0.2",
"human-standard-token-abi": "^2.0.0",
"json-rpc-engine": "^6.1.0",
"json-rpc-middleware-stream": "^3.0.0",
"jsonschema": "^1.4.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"loglevel": "^1.7.1",
"multi-token-standard-abi": "1.0.4",
"obj-multiplex": "^1.0.0",
"pify": "^5.0.0",
"post-message-stream": "^3.0.0",
"pump": "^3.0.0",
"readable-stream": "^3.6.0",
"register-service-worker": "^1.7.2",
"single-call-balance-checker-abi": "^1.0.0",
"swappable-obj-proxy": "^1.1.0",
"vue": "^2.6.14",
"vue-content-loader": "^0.2.3",
"vue-json-pretty": "^1.8.1",
"vue-qr": "2.3.1",
"vue-qrcode-reader": "^3.0.3",
"vue-router": "^3.5.2",
"vue-spinner": "^1.0.4",
"vuetify": "^2.5.8",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"web3": "^1.5.2",
"web3-utils": "^1.5.2",
"workbox-core": "^6.2.4",
"workbox-expiration": "^6.2.4",
"workbox-precaching": "^6.2.4",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.0",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/register": "^7.15.3",
"@sentry/cli": "^1.68.0",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^5.0.0-beta.3",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-standard": "^6.1.0",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-problems": "^5.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^35.0.0",
"eslint-plugin-vue": "^7.16.0",
"eslint-plugin-vue-scoped-css": "^1.3.0",
"express": "^4.17.1",
"fibers": "^5.0.0",
"ganache-core": "^2.13.2",
"husky": "^7.0.1",
"jsdom": "^17.0.0",
"jsdom-global": "^3.0.2",
"lint-staged": "^11.1.2",
"luxon": "^2.0.2",
"mocha": "^9.1.0",
"nock": "13.1.2",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"puppeteer": "^10.2.0",
"sass": "1.32.13",
"sass-loader": "^10.1.1",
"sinon": "^11.1.2",
"source-map-loader": "^1.1.3",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.3.8",
"through2": "^4.0.2",
"uglifyify": "^5.0.2",
"vue-cli-plugin-vuetify": "^2.4.2",
"vue-cli-plugin-webpack-bundle-analyzer": "~4.0.0",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.2",
"webpack": "^4.46.0",
"worker-loader": "^3.0.8"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"engines": {
"node": ">=14.17.0",
"npm": "~6.x"
},
"lint-staged": {
"*.{js,vue}": "eslint --cache --fix",
"*.{js,json,css,yaml,yml,vue}": [
"prettier --write"
]
},
"mocha": {
"timeout": 0
}
}