forked from MysteriousAcadia/staking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "nextjs",
"version": "4.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/abi": "^5.6.3",
"@material-ui/core": "latest",
"@material-ui/icons": "^4.9.1",
"@mui/material": "^5.6.4",
"@walletconnect/web3-provider": "^1.7.4",
"axios": "^0.26.1",
"clsx": "latest",
"ethers": "^5.6.4",
"ethers-multicall": "^0.2.2",
"next": "12.1.0",
"prop-types": "latest",
"react": "latest",
"react-countdown": "^2.3.2",
"react-dom": "latest",
"react-functional-lifecycle": "^3.0.0",
"react-lazyload": "^3.2.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scroll": "^1.8.6",
"react-toastify": "^8.2.0",
"react-window": "^1.8.7",
"slick-carousel": "^1.8.1",
"web3": "^1.7.1",
"web3modal": "^1.9.5"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
}
}