-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"name": "meson-explorer",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^1.0.6",
"@mesonfi/contract-abis": "^1.16.0",
"@mesonfi/dealer": "^0.15.3",
"@mesonfi/extensions": "^0.14.0",
"@mesonfi/presets": "^1.16.8",
"@mesonfi/sdk": "^1.16.11",
"@mesonfi/web3-jwt": "^0.6.0",
"@next-auth/mongodb-adapter": "^1.0.3",
"bs58": "^5.0.0",
"chart.js": "^3.8.0",
"classnames": "^2.3.1",
"csv-stringify": "^6.4.4",
"ethereum-multicall": "^2.21.0",
"ethers": "^5.7.2",
"headlessui-float-react": "^0.5.4",
"immutable": "^5.0.0-beta.4",
"lodash": "^4.17.21",
"mongodb": "^4.7.0",
"mongoose": "^6.4.1",
"next": "12.2.0",
"next-auth": "^4.7.0",
"node-fetch": "^3.2.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"reconnecting-websocket": "^4.4.0",
"socket.io-client": "^4.4.1",
"swr": "^1.2.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"@types/react": "^18.0.14",
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.2.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22",
"typescript": "^4.7.4"
},
"resolutions": {
"@mesonfi/sdk": "^1.16.11",
"ethers": "^5.7.2"
}
}