-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "ledger-kmd-reward-claim",
"version": "0.1.0",
"author": "Luke Childs <[email protected]> (http://lukechilds.co.uk)",
"repository": "atomiclabs/ledger-kmd-reward-claim",
"homepage": "https://atomiclabs.github.io/ledger-kmd-reward-claim/",
"license": "MIT",
"private": true,
"scripts": {
"start": "HTTPS=true react-app-rewired start",
"build": "PUBLIC_URL=https://atomiclabs.github.io/ledger-kmd-reward-claim/ react-app-rewired build",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.0",
"@ledgerhq/hw-app-btc": "^4.33.6",
"@ledgerhq/hw-transport-u2f": "^4.32.0",
"bip32-path": "^0.4.2",
"bitcoinjs-lib": "^4.0.2",
"build-output-script": "^1.0.3",
"bulma": "^0.7.2",
"create-xpub": "^2.0.2",
"cryptocurrency-icons": "^0.9.3",
"date-fns": "^1.30.1",
"get-komodo-rewards": "^1.0.1",
"lodash": "^4.17.11",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"satoshi-bitcoin": "^1.0.4",
"scientific-to-decimal": "^1.1.1",
"u2f-api": "^1.0.9"
},
"devDependencies": {
"gh-pages": "^2.0.1",
"node-sass": "^4.11.0",
"react-app-rewire-hot-loader": "^1.0.3",
"react-app-rewired": "^1.6.2",
"react-hot-loader": "^4.3.12",
"react-scripts": "^2.1.1"
}
}