-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
139 lines (139 loc) · 4.43 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
{
"name": "liquality-wallet",
"version": "0.88.2",
"private": true,
"author": "Liquality <[email protected]>",
"scripts": {
"build": "vue-cli-service build",
"test:unit": "jest test/unit/*.test.js",
"lint": "vue-cli-service lint",
"build:staging": "vue-cli-service build --mode staging",
"clean": "rm -rf node_modules",
"dev": "vue-cli-service build --mode development --watch",
"dev:tools": "vue-devtools & vue-cli-service build --mode development --watch",
"jest": "jest",
"postinstall": "husky install",
"sync-versions": "node script/sync-versions.js",
"priv-key-check": "priv-key-precommit",
"test:integration": "jest tests/integration",
"test:mainnet:prodagent": "NODE_ENV=mainnet NODE_AGENT=prodagent node_modules/mocha/bin/mocha --grep 'MAINNET'",
"test:mainnet:prodagent:release": "NODE_ENV=mainnet NODE_AGENT=prodagent node_modules/mocha/bin/mocha --grep 'MAINNET_RELEASE'",
"test:pullrequest": "node_modules/mocha/bin/mocha --grep 'PULL_REQUEST_TEST'",
"test-full-regression": "node_modules/mocha/bin/mocha",
"devtools": "node_modules/.bin/vue-devtools"
},
"dependencies": {
"@chainify/hw-ledger": "2.4.1",
"@liquality/cryptoassets": "2.12.0",
"@liquality/error-parser": "2.2.10",
"@liquality/ethereum-utils": "^1.13.12",
"@liquality/terra-networks": "^1.13.12",
"@liquality/types": "^1.13.12",
"@liquality/wallet-core": "4.27.1",
"@terra-money/terra.js": "3.1.6",
"@testing-library/vue": "^5.8.2",
"amplitude-js": "8.18.2",
"babel-eslint": "^10.1.0",
"bignumber.js": "9.1.1",
"bip39": "^3.0.2",
"bitcoinjs-lib": "6.0.2",
"bluebird": "^3.7.2",
"bootstrap": "4.6.2",
"chai": "4.3.6",
"core-js": "^3.25.2",
"crypto-js": "^4.0.0",
"cryptocurrency-icons": "0.18.0",
"date-fns": "2.28.0",
"ethers": "5.7.0",
"extension-port-stream": "2.0.1",
"human-standard-token-abi": "^2.0.0",
"i18n-js": "^4.1.1",
"lodash-es": "^4.17.15",
"log": "^6.0.0",
"memoizee": "^0.4.15",
"mocha": "9.2.2",
"moment": "^2.25.3",
"pbkdf2": "^3.1.1",
"post-message-stream": "^3.0.0",
"qrcode": "1.5.0",
"qs": "6.10.3",
"setimmediate": "^1.0.5",
"socket.io-client": "4.6.1",
"svg-url-loader": "7.1.1",
"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-loader": "^17.0.0",
"vue-router": "^3.1.6",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.1.3",
"vuex-persist": "3.1.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.11.0",
"@testing-library/jest-dom": "5.16.5",
"@vue/cli-plugin-babel": "4.5.15",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "4.5.15",
"@vue/cli-plugin-unit-jest": "^4.5.8",
"@vue/cli-plugin-vuex": "4.5.15",
"@vue/cli-service": "4.5.15",
"@vue/devtools": "^6.4.5",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "1.3.6",
"caniuse-lite": "^1.0.30001397",
"chai-match": "^1.1.1",
"copy-webpack-plugin": "6",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-vue": "^6.2.2",
"ethereumjs-wallet": "^1.0.1",
"husky": "7.0.4",
"jest": "27.5.1",
"jest-environment-jsdom-fifteen": "^1.0.2",
"kcd-scripts": "12.0.0",
"lint-staged": "^9.5.0",
"markdown-it-vue": "^1.1.7",
"node-gyp": "^9.0.0",
"prettier": "2.5.1",
"priv-key-precommit": "0.5.0",
"puppeteer": "17.1.2",
"puppeteer-core": "17.1.2",
"raw-loader": "4.0.2",
"sass": "1.49.0",
"sass-loader": "^8.0.2",
"sinon-chrome": "^3.0.1",
"vue-cli-plugin-browser-extension": "^0.25.1"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"license": "MIT",
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
},
"repository": {
"type": "git",
"url": "[email protected]:liquality/wallet.git"
},
"resolutions": {
"@ledgerhq/devices": "7.0.7",
"@ledgerhq/hw-transport": "6.27.10",
"@ledgerhq/hw-transport-webhid": "6.27.10",
"@ledgerhq/cryptoassets": "7.3.0",
"@ledgerhq/hw-app-eth": "6.30.5",
"@ledgerhq/hw-app-btc": "9.1.2",
"@solana/web3.js": "1.50.1",
"@eth-optimism/core-utils": "0.8.4",
"bufio": "1.0.7"
}
}