-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.01 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
{
"name": "honey_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@metamask/sdk": "^0.14.2",
"@nextui-org/react": "^2.2.10",
"@nextui-org/theme": "^2.2.3",
"@rainbow-me/rainbowkit": "^2.0.1",
"@tanstack/react-query": "^5.29.2",
"@trpc/client": "11.0.0-rc.334",
"@trpc/next": "11.0.0-rc.334",
"@trpc/react-query": "11.0.0-rc.334",
"@trpc/server": "11.0.0-rc.334",
"@types/swagger-ui-react": "^4.18.3",
"@uniswap/v2-core": "^1.0.1",
"@vercel/kv": "^1.0.1",
"axios": "^1.7.2",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.0",
"dataloader": "^2.2.2",
"dayjs": "^1.11.11",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"ethcall": "4.8.13",
"ethers": "5.7.2",
"framer-motion": "^11.0.25",
"lodash": "^4.17.21",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"next": "14.1.1",
"next-swagger-doc": "^0.4.0",
"p-queue": "5.0.0",
"p-retry": "^5.1.2",
"postgres": "^3.4.4",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.51.4",
"react-icons": "^5.0.1",
"react-toastify": "^10.0.5",
"reactjs-popup": "^2.0.6",
"sass": "^1.77.8",
"siwe": "^2.3.2",
"superjson": "^2.2.1",
"swagger-ui-react": "^5.17.14",
"tailwind-merge": "^2.3.0",
"viem": "^2.8.18",
"wagmi": "^2.5.12",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/lodash": "^4.17.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"cssnano": "^7.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}