-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.42 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "mf-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "typechain --target=ethers-v5 \"./abis/**/*.json\"; eth-sdk",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --no-cache"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/layout": "^1.4.11",
"@chakra-ui/react": "^1.6.10",
"@chakra-ui/table": "^1.3.1",
"@dethcrypto/eth-sdk-client": "^0.1.6",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/units": "^5.6.1",
"@react-three/drei": "8.11.0",
"@react-three/fiber": "7.0.26",
"@types/d3-format": "^3.0.1",
"@types/qs": "^6.9.7",
"@types/three": "0.137.0",
"@visx/axis": "^2.10.0",
"@visx/event": "^2.6.0",
"@visx/gradient": "^2.10.0",
"@visx/grid": "^2.10.0",
"@visx/group": "^2.10.0",
"@visx/scale": "^2.2.2",
"@visx/shape": "^2.10.0",
"@visx/tooltip": "^2.10.0",
"@walletconnect/web3-provider": "^1.7.8",
"d3-array": "^3.1.6",
"d3-format": "^3.1.0",
"d3-time-format": "^4.1.0",
"dayjs": "^1.11.3",
"ethereum-block-by-date": "^1.4.5",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.6.8",
"framer-motion": "^4",
"graphql": "^16.5.0",
"js-base64": "^3.7.2",
"js-cookie": "^3.0.1",
"nanoid": "^3.3.4",
"next": "11.1.3",
"qs": "^6.10.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-table": "^7.8.0",
"sharp": "^0.30.6",
"three": "0.137.5",
"wagmi": "^0.4.10",
"web3": "^1.7.3",
"web3-utils": "^1.7.3",
"web3modal": "^1.9.7"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@dethcrypto/eth-sdk": "^0.3.2",
"@typechain/ethers-v5": "^10.0.0",
"@types/d3-array": "^3.0.3",
"@types/d3-time-format": "^4.0.0",
"@types/js-cookie": "^3.0.2",
"@types/node": "^14.0.13",
"@types/react": "17.0.33",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"babel-loader": "^8.2.5",
"eslint": "7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.6.2",
"ts-node": "^10.8.1",
"typechain": "^8.0.0",
"typescript": "^4.7.3"
}
}