forked from Make-Better-Consulting/yearn-finance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.7 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
56
57
58
{
"name": "yearn-finance",
"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.3.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@types/styled-components": "^5.1.11",
"@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.0",
"@web3-react/walletlink-connector": "^6.2.1",
"blockies-ts": "^1.0.0",
"async": "^3.2.0",
"axios": "^0.21.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",
"next-plausible": "^2.0.0",
"node-fetch": "^2.6.1",
"query-string": "^7.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hotkeys-hook": "^3.3.2",
"react-lottie": "^1.2.3",
"recharts": "^2.0.9",
"styled-components": "^5.2.1",
"web3": "^1.3.6",
"web3-batch-call": "^1.0.13",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@types/node": "^16.4.10",
"@types/react": "^17.0.15",
"eslint": "^7.29.0",
"eslint-plugin-react": "^7.24.0",
"typescript": "^4.3.5"
}
}