forked from qtumproject/qtum-web-wallet
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.81 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
{
"name": "htmlcoin-web-wallet",
"version": "1.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ledgerhq/hw-app-btc": "^4.7.3",
"@ledgerhq/hw-transport-u2f": "^4.7.3",
"aes256": "^1.1.0",
"axios": "^0.21.1",
"babel-plugin-component": "^1.1.1",
"bignumber.js": "^8.1.1",
"bip39": "^2.5.0",
"core-js": "^3.6.5",
"element-ui": "^2.15.3",
"ethers": "^5.4.7",
"ethjs-abi": "^0.2.1",
"file-saver": "^1.3.8",
"js-sha256": "^0.9.0",
"printd": "^1.1.0",
"localstorage-logger": "^0.1.1",
"npm": "^7.15.1",
"qrcode": "^0.9.0",
"htmlcoin-opcodes": "^1.0.0",
"htmlcoinjs-lib": "^0.1.15",
"secp256k1": "^3.8.0",
"store": "^2.0.12",
"vue": "^2.6.11",
"vue-clamp": "^0.3.2",
"vue-clipboard2": "0.0.6",
"vue-i18n": "^7.6.0",
"vue-qrcode-reader": "^1.3.4",
"vuetify": "1.5.24"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"bip32-utils": "^0.10.2",
"bitcoinjs-lib": "HTMLCOIN/bitcoinjs-lib",
"create-hash": "^1.2.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"eventsource-polyfill": "^0.9.6",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^2.1.0",
"less": "^4.1.1",
"less-loader": "^7.3.0",
"shelljs": "^0.8.5",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}