forked from Snowball-Finance/staking-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "snowball",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy:vercel": "vercel --prod"
},
"dependencies": {
"@date-io/date-fns": "1.3.11",
"@ethersproject/providers": "^5.1.2",
"@hookform/resolvers": "1.0.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@metamask/detect-provider": "^1.2.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"chart.js": "^3.3.2",
"clsx": "^1.1.1",
"coingecko-api": "^1.0.10",
"date-fns": "^2.16.1",
"ethers": "^5.1.4",
"next": "10.0.4",
"react": "17.0.1",
"react-chartjs-2": "^3.0.3",
"react-dom": "17.0.1",
"react-hook-form": "^6.14.0",
"react-identicons": "^1.2.5",
"react-lottie": "^1.2.3",
"web3": "^1.3.5",
"yup": "^0.32.8"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.17.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"pm2": "^4.5.1"
}
}