forked from WalletConnect/walletconnect-test-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.06 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
{
"name": "walletconnect-test-wallet",
"version": "1.7.1",
"private": true,
"keywords": [
"walletconnect",
"ethereum",
"web3",
"crypto"
],
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://orcania.github.io/test-wc/",
"license": "MIT",
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"lint": "eslint -c './.eslintrc' --fix './src/**/*{.ts,.tsx}'",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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/client": "^1.7.1",
"@walletconnect/utils": "^1.7.1",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"blockies-ts": "^1.0.0",
"bn.js": "^5.1.3",
"eth-sig-util": "^2.5.3",
"ethers": "^5.0.17",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-qr-reader": "^2.2.1",
"react-scripts-ts": "^4.0.8",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/node": "^13.1.6",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.4",
"@types/react-qr-reader": "^2.1.2",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-react": "^1.1.7",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.19.1",
"typescript": "^3.9.7"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}