forked from TheTrunk/myhushwallet
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "myhushwallet",
"version": "v2.0.10",
"private": true,
"description": "Secure Hush wallet online",
"main": "index.js",
"repository": "https://github.com/MyHush/myhushwallet.git",
"homepage": "https://MyHush.github.io/myhushwallet/",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"bip32-utils": "^0.11.1",
"bitcoinjs-lib": "^3.0.0",
"bitgo-utxo-lib": "git+https://github.com/MyHush/bitgo-utxo-lib.git",
"bluebird": "^3.5.0",
"bootstrap": "^4.1.3",
"bs58check": "^2.1.2",
"file-loader": "^3.0.1",
"file-saver": "^2.0.0",
"gh-pages": "^2.2.0",
"npm": "^6.9.0",
"prop-types": "^15.6.2",
"qrcode.react": "^0.9.1",
"react": "^16.6.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.7.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-sidebar": "^2.3.2",
"react-table": "^6.8.6",
"reactstrap": "^7.0.2",
"secp256k1": "^3.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.2.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}