-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
78 lines (78 loc) · 2.17 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
{
"name": "@gongddex/hydro-sdk-wallet",
"version": "0.0.155",
"main": "./build/index.js",
"files": [
"build",
"index.css"
],
"scripts": {
"build": "rm -rf build && tsc",
"example": "npm --prefix ./examples/$example install && npm --prefix ./examples/$example start",
"example:basic": "example=basic npm run example",
"prepublish": "npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@ledgerhq/hw-app-eth": "5.17.0",
"@ledgerhq/hw-transport-webusb": "5.17.0",
"@toruslabs/torus-embed": "0.2.3",
"@walletconnect/browser": "1.0.0-beta.38",
"@walletconnect/core": "1.0.0-beta.38",
"@walletconnect/types": "1.0.0-beta.38",
"@walletconnect/utils": "1.0.0-beta.38",
"await-lock": "^1.1.3",
"clipboard-copy": "^2.0.0",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "5.2.0",
"ethers": "^4.0.27",
"fortmatic": "^1.0.0",
"immutable": "^3.8.2",
"qr-image": "^3.2.0",
"react-paginate": "^6.3.0",
"trezor-connect": "^7.0.5",
"walletlink": "^2.0.0-rc.1"
},
"devDependencies": {
"@types/ethereumjs-tx": "^1.0.1",
"@types/ethereumjs-util": "^5.2.0",
"@types/node": "11.13.2",
"@types/qr-image": "^3.2.1",
"@types/react": "16.8.6",
"@types/react-paginate": "^6.2.1",
"@types/react-redux": "^7.0.2",
"@types/request": "^2.48.1",
"babel-runtime": "^6.26.0",
"bignumber.js": "^8.1.1",
"perfect-scrollbar": "^1.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.2",
"redux": "^4.0.1",
"request": "^2.88.0",
"typescript": "3.4.2"
},
"peerDependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.0 || ^6.0.0 || ^7.0.0",
"redux": "^3.0.0 || ^4.0.0",
"immutable": "^3.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HydroProtocol/hydro-sdk-wallets.git"
},
"bugs": {
"url": "https://github.com/HydroProtocol/hydro-sdk-wallets/issues"
},
"homepage": "https://github.com/HydroProtocol/hydro-sdk-wallets#readme"
}