forked from liquality/wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 5.61 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
{
"name": "liquality-wallet",
"version": "0.49.5",
"private": true,
"license": "MIT",
"author": "Liquality <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:liquality/wallet.git"
},
"scripts": {
"clean": "rm -rf node_modules",
"reinstall": "npm run clean && npm install",
"dev": "vue-cli-service build --mode development --watch",
"build:staging": "vue-cli-service build --mode staging",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"sync-versions": "node script/sync-versions.js",
"test:unit": "jest tests/unit",
"jest": "jest",
"test:integration": "jest tests/integration",
"postinstall": "husky install",
"test:testnet": "node_modules/mocha/bin/mocha --colors 'tests/**/*.spec.js'",
"test:pullrequest:smoke": "node_modules/mocha/bin/mocha --colors --grep 'smoke' 'tests/**/*.spec.js'",
"test:mainnet:devagent": "NODE_ENV=mainnet NODE_AGENT=devagent node_modules/mocha/bin/mocha --colors --grep 'mainnet' 'tests/**/*.spec.js'",
"test:mainnet:prodagent": "NODE_ENV=mainnet NODE_AGENT=prodagent node_modules/mocha/bin/mocha --colors --grep 'mainnet' 'tests/**/*.spec.js'"
},
"dependencies": {
"@blobfishkate/sovryncontracts": "^1.3.7",
"@liquality/bitcoin-esplora-batch-api-provider": "1.6.11",
"@liquality/bitcoin-esplora-swap-find-provider": "1.6.11",
"@liquality/bitcoin-fee-api-provider": "1.6.11",
"@liquality/bitcoin-js-wallet-provider": "1.6.11",
"@liquality/bitcoin-ledger-provider": "1.6.11",
"@liquality/bitcoin-networks": "1.6.11",
"@liquality/bitcoin-rpc-fee-provider": "1.6.11",
"@liquality/bitcoin-rpc-provider": "1.6.11",
"@liquality/bitcoin-swap-provider": "1.6.11",
"@liquality/client": "1.8.0",
"@liquality/crypto": "1.6.11",
"@liquality/cryptoassets": "^1.6.2",
"@liquality/ethereum-erc20-provider": "1.6.11",
"@liquality/ethereum-erc20-scraper-swap-find-provider": "1.6.11",
"@liquality/ethereum-erc20-swap-provider": "1.6.11",
"@liquality/ethereum-gas-now-fee-provider": "1.6.11",
"@liquality/ethereum-js-wallet-provider": "1.6.11",
"@liquality/ethereum-ledger-provider": "1.6.11",
"@liquality/ethereum-networks": "1.6.11",
"@liquality/ethereum-rpc-fee-provider": "1.6.11",
"@liquality/ethereum-rpc-provider": "1.6.11",
"@liquality/ethereum-scraper-swap-find-provider": "1.6.11",
"@liquality/ethereum-swap-provider": "1.6.11",
"@liquality/hw-web-bridge": "^0.0.3",
"@liquality/near-js-wallet-provider": "1.6.11",
"@liquality/near-networks": "1.6.11",
"@liquality/near-rpc-provider": "1.6.11",
"@liquality/near-swap-find-provider": "1.6.11",
"@liquality/near-swap-provider": "1.6.11",
"@liquality/solana-networks": "1.6.11",
"@liquality/solana-rpc-provider": "1.6.11",
"@liquality/solana-swap-find-provider": "1.6.11",
"@liquality/solana-swap-provider": "1.6.11",
"@liquality/solana-wallet-provider": "1.6.11",
"@liquality/terra-networks": "^1.9.3",
"@liquality/terra-rpc-provider": "^1.9.3",
"@liquality/terra-swap-find-provider": "^1.9.3",
"@liquality/terra-swap-provider": "^1.9.3",
"@liquality/terra-wallet-provider": "^1.9.3",
"@testing-library/vue": "^5.8.2",
"@thorchain/asgardex-util": "^0.9.1",
"@uniswap/sdk-core": "^3.0.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v2-sdk": "^3.0.0",
"@xchainjs/xchain-util": "^0.2.8",
"amplitude-js": "^8.5.0",
"bignumber.js": "^9.0.0",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.2.0",
"bluebird": "^3.7.2",
"bootstrap": "^4.5.0",
"chai": "^4.3.4",
"chalk": "^2.4.2",
"core-js": "^3.15.2",
"crypto-js": "^4.0.0",
"cryptocurrency-icons": "^0.16.1",
"date-fns": "^2.14.0",
"ethers": "^5.4.1",
"extension-port-stream": "^2.0.1",
"human-standard-token-abi": "^2.0.0",
"lodash-es": "^4.17.15",
"log": "^6.0.0",
"memoizee": "^0.4.15",
"mocha": "^9.1.3",
"moment": "^2.25.3",
"pbkdf2": "^3.1.1",
"post-message-stream": "^3.0.0",
"qrcode": "^1.4.4",
"qs": "^6.9.4",
"setimmediate": "^1.0.5",
"socket.io-client": "^4.1.3",
"svg-url-loader": "^6.0.0",
"uuid": "^8.1.0",
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
"vue-date-pick": "^1.4.1",
"vue-js-toggle-button": "^1.3.3",
"vue-router": "^3.1.6",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.1.3",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-unit-jest": "^4.5.8",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.1.0",
"allure-commandline": "^2.13.8",
"babel-eslint": "^10.1.0",
"chai-match": "^1.1.1",
"eslint": "^7.29.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"ethereumjs-wallet": "^1.0.1",
"husky": "^5.0.4",
"jest": "^26.4.2",
"jest-environment-jsdom-fifteen": "^1.0.2",
"kcd-scripts": "^11.2.0",
"mocha-allure-reporter": "^1.4.0",
"mochawesome": "^6.2.2",
"puppeteer": "^10.1.0",
"puppeteer-core": "^10.1.0",
"sass": "^1.35.2",
"sass-loader": "^8.0.2",
"sinon-chrome": "^3.0.1",
"vue-cli-plugin-browser-extension": "^0.25.1"
},
"standard": {
"ignore": [
"script/"
]
}
}