forked from dystopia-exchange/dystopia-swap
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.51 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
{
"name": "dystopia",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"build2": "next build && next export",
"start": "next start"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.3.0",
"@dopex-io/web3-multicall": "^0.1.7",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@ethersproject/providers": "^5.6.8",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@metamask/detect-provider": "1.2.0",
"@mui/icons-material": "^5.5.0",
"@mui/lab": "^5.0.0-alpha.72",
"@mui/material": "^5.5.0",
"@mui/styles": "^5.5.0",
"@rainbow-me/rainbowkit": "^0.3.6",
"@trustwallet/wallet-core": "^2.9.5",
"@usedapp/core": "^1.0.15",
"@walletconnect/web3-provider": "^1.7.8",
"@web3-react/injected-connector": "^6.0.7",
"async": "^3.2.1",
"axios": "^0.26.1",
"bignumber.js": "^9.0.1",
"ethers": "^5.6.9",
"flux": "^4.0.1",
"graphql": "^16.3.0",
"lottie-react": "^2.2.1",
"moment": "^2.29.1",
"next": "^10.2.3",
"node-fetch": "^2.6.2",
"numeral": "^2.0.6",
"promise-async": "^0.2.0",
"query-string": "^7.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-onclickout": "^2.0.8",
"react-router-dom": "^6.3.0",
"react-use-window-scroll": "^1.0.13",
"smooth-scroll": "^16.1.3",
"urql": "^2.2.0",
"uuid": "^8.3.2",
"wagmi": "^0.5.4",
"web3": "^1.7.3",
"web3modal": "^1.9.8"
}
}