-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.33 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.33 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
{
"name": "web3-react-example",
"scripts": {
"start": "next -p 3002",
"build": "next build && next export"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.7",
"@chakra-ui/react": "^1.4.1",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@ethersproject/contracts": "^5.1.0",
"@ethersproject/providers": "^5.0.2",
"@ethersproject/units": "^5.0.1",
"@fontsource/inter": "^4.2.2",
"@material-ui/core": "^4.11.3",
"@web3-react/abstract-connector": "latest",
"@web3-react/authereum-connector": "latest",
"@web3-react/core": "latest",
"@web3-react/fortmatic-connector": "latest",
"@web3-react/frame-connector": "latest",
"@web3-react/injected-connector": "latest",
"@web3-react/lattice-connector": "latest",
"@web3-react/ledger-connector": "latest",
"@web3-react/magic-connector": "latest",
"@web3-react/network-connector": "latest",
"@web3-react/portis-connector": "latest",
"@web3-react/torus-connector": "latest",
"@web3-react/trezor-connector": "latest",
"@web3-react/walletconnect-connector": "latest",
"@web3-react/walletlink-connector": "latest",
"formik": "^2.2.6",
"framer-motion": "^4.0.3",
"next": "^9.5.5",
"react": "^17.0.2",
"react-dom": ">=16.8",
"typescript": "^3.8.5",
"web3-utils": "^1.3.5"
}
}