-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.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": "payouts-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/color-mode": "^2.0.4",
"@chakra-ui/icon": "^3.0.2",
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/layout": "^2.1.3",
"@chakra-ui/react": "^2.3.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@ethersproject/abi": "^5.6.4",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/contracts": "^5.6.2",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/units": "^5.7.0",
"@metamask/detect-provider": "^1.2.0",
"boring-avatars": "^1.7.0",
"ethers": "^5.6.9",
"framer-motion": "^7.5.2",
"graphql": "^16.6.0",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"recharts": "2.1.12",
"urql": "^3.0.3",
"wagmi": "^0.5.11"
},
"devDependencies": {
"@types/node": "18.8.2",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}