-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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
{
"name": "react-solidity-xdc3",
"version": "1.0.11",
"main": "lib/index.js",
"license": "MIT",
"author": {
"name": "Logeswaran A(Goplugin)"
},
"description": "It is a boilerplate, which assist developer to just use the function and integrate their contracts at ease",
"dependencies": {
"@toruslabs/torus-embed": "^1.22.2",
"@walletconnect/web3-provider": "^1.7.7",
"defender-relay-client": "1.18.0",
"eth-sig-util": "^3.0.1",
"ethers": "^5.0.30",
"fortmatic": "^2.2.1",
"ipfs-http-client": "^56.0.2",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.2",
"react-toastify": "^7.0.3",
"redis": "^4.1.0",
"web-vitals": "^1.0.1",
"web3": "^1.7.3",
"web3modal": "^1.9.6",
"xdcpay-web3modal": "^1.0.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"keywords": [
"goplugin",
"boiler-plate",
"react-solidity",
"decentralized Oracle",
"Wallet Connect"
]
}