-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
34 lines (34 loc) · 888 Bytes
/
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
{
"name": "multichain-xyz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"@ethersproject/providers": "^5.0.19",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.3",
"async": "^3.2.0",
"bignumber.js": "^9.0.1",
"coingecko-api": "^1.0.10",
"dotenv": "^8.2.0",
"flux": "^4.0.1",
"moment": "^2.29.1",
"next": "^10.0.0",
"node-fetch": "^2.6.1",
"qrcode": "^1.4.4",
"qrcode.react": "^1.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"recharts": "^2.0.3",
"web3": "^1.5.2",
"web3-batch-call": "^1.0.12"
}
}