-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "Fixed-Forex",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"build2": "next build && next export",
"start": "next start",
"lint": "eslint components/ pages/ --ext .js",
"format": "eslint components/ pages/ --ext .js --fix"
},
"dependencies": {
"@ethersproject/providers": "^5.4.5",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@uniswap/v3-sdk": "^3.5.1",
"@web3-react/core": "^6.1.9",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.9",
"@web3-react/portis-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.2.4",
"@web3-react/walletlink-connector": "^6.2.5",
"async": "^3.2.1",
"bignumber.js": "^9.0.1",
"flux": "^4.0.1",
"moment": "^2.29.1",
"next": "^10.2.3",
"node-fetch": "^2.6.2",
"query-string": "^7.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"recharts": "^2.1.2",
"web3": "^1.5.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.1"
}
}