forked from WalletConnect/walletconnect-test-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.48 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
{
"name": "walletconnect-test-wallet",
"version": "1.0.0-beta.35",
"private": true,
"keywords": [
"walletconnect",
"ethereum",
"web3",
"crypto"
],
"author": "WalletConnect <walletconnect.org>",
"homepage": ".",
"license": "LGPL-3.0",
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walletconnect/walletconnect-test-wallet.git"
},
"bugs": {
"url": "https://github.com/walletconnect/walletconnect-test-wallet/issues"
},
"dependencies": {
"@walletconnect/browser": "^1.0.0-beta.35",
"axios": "^0.18.0",
"bignumber.js": "^8.0.1",
"ethers": "^4.0.26",
"qr-image": "^3.2.0",
"react": "^16.6.3",
"react-blockies": "^1.4.0",
"react-dom": "^16.6.3",
"react-qr-reader": "^2.1.1",
"react-scripts-ts": "^4.0.8",
"styled-components": "4.2.0"
},
"devDependencies": {
"@types/ethereumjs-tx": "^1.0.1",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.15",
"@types/qr-image": "^3.2.1",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/react-qr-reader": "^2.1.2",
"@types/styled-components": "4.1.8",
"typescript": "^3.2.2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}