-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 925 Bytes
/
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
{
"name": "gogopool-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@tanstack/react-query": "^4.29.19",
"@types/node": "20.0.0",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"antd": "^5.4.6",
"avalanche": "^3.16.0",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"ethers": "^5.7.2",
"hash-emoji": "^0.0.4",
"highlight.js": "^11.8.0",
"mongodb": "^5.5.0",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"simple-markdown": "^0.7.3",
"typescript": "5.0.4",
"wagmi": "^0.12.13"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.29.9"
}
}