forked from WalletConnect/walletconnect-example-dapp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.59 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": "walletconnect-example-dapp",
"version": "1.0.0-beta.29",
"private": true,
"keywords": [
"walletconnect",
"ethereum",
"web3",
"crypto"
],
"author": "WalletConnect <walletconnect.org>",
"homepage": "https://walletconnect.org",
"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-example-dapp.git"
},
"bugs": {
"url": "https://github.com/walletconnect/walletconnect-example-dapp/issues"
},
"dependencies": {
"@walletconnect/browser": "^1.0.0-beta.29",
"@walletconnect/qrcode-modal": "^1.0.0-beta.29",
"axios": "^0.18.0",
"bignumber.js": "^8.0.2",
"ethereumjs-util": "^6.1.0",
"prop-types": "^15.6.2",
"qr-image": "^3.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts-ts": "3.1.0",
"styled-components": "4.2.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bignumber.js": "^5.0.0",
"@types/bn.js": "^4.11.5",
"@types/jest": "^23.3.12",
"@types/node": "^10.12.18",
"@types/prop-types": "^15.5.8",
"@types/qr-image": "^3.2.1",
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.12",
"@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"
]
}