-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.42 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
{
"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": {
"@danah/react-hook-scrollto": "^1.0.10",
"@ethersproject/providers": "^5.4.3",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@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.3",
"async": "^3.2.1",
"bignumber.js": "^9.0.1",
"coingecko-api": "^1.0.10",
"dotenv": "^8.6.0",
"flux": "^4.0.1",
"lottie-react": "^2.1.0",
"moment": "^2.29.1",
"next": "^10.2.3",
"node-fetch": "^2.6.1",
"query-string": "^7.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hotkeys-hook": "^3.4.0",
"react-lottie": "^1.2.3",
"recharts": "^2.0.10",
"web3": "^1.5.1",
"web3-batch-call": "^1.0.13"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0"
}
}