-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "Gauge-Vote-Incentivisation",
"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": {
"@danah/react-hook-scrollto": "^1.0.10",
"@date-io/date-fns": "^2.11.0",
"@ethersproject/providers": "^5.4.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@web3-react/core": "^6.1.1",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.3",
"@web3-react/portis-connector": "^6.1.6",
"@web3-react/walletconnect-connector": "^6.1.6",
"@web3-react/walletlink-connector": "^6.2.3",
"async": "^3.2.0",
"bignumber.js": "^9.0.1",
"date-fns": "^2.22.1",
"flux": "^4.0.1",
"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",
"recharts": "^2.0.10",
"web3": "^1.4.0",
"web3-batch-call": "^1.0.12"
}
}