-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
{
"name": "explorer-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@headlessui/tailwindcss": "^0.2.1",
"@heroicons/react": "^2.1.5",
"@rainbow-me/rainbowkit": "^2.1.5",
"@react-spring/web": "^9.7.4",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.52.0",
"@types/echarts": "^4.9.22",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@upstash/feedback": "^2.0.0",
"@wagmi/core": "^2.13.5",
"classnames": "^2.5.1",
"dayjs": "^1.11.12",
"echarts-for-react": "^3.0.2",
"ethers": "^6.13.2",
"graphviz-react": "^1.2.5",
"http-proxy-middleware": "^3.0.0",
"install": "^0.13.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"pretty-bytes": "^6.1.1",
"react": "^18",
"react-dom": "^18",
"react-loading-skeleton": "^3.4.0",
"react-toastify": "^10.0.5",
"swr": "^2.2.5",
"viem": "^2.20.0",
"wagmi": "^2.12.7"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}