forked from Uniswap/web3-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"private": true,
"name": "example-next",
"scripts": {
"start": "next dev"
},
"dependencies": {
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/experimental": "^5.6.0",
"@ethersproject/providers": "^5.6.0",
"@ethersproject/units": "^5.6.0",
"@web3-react/coinbase-wallet": "8.0.23-beta.0",
"@web3-react/core": "8.0.20-beta.0",
"@web3-react/eip1193": "8.0.15-beta.0",
"@web3-react/empty": "8.0.10-beta.0",
"@web3-react/metamask": "8.0.16-beta.0",
"@web3-react/network": "8.0.15-beta.0",
"@web3-react/types": "8.0.10-beta.0",
"@web3-react/url": "8.0.14-beta.0",
"@web3-react/walletconnect": "8.0.23-beta.0",
"next": "^12.1.0",
"react-dom": "^17.0.2"
}
}