-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "df-bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@consolelabs/mochi-formatter": "^20.0.8",
"@layerzerolabs/lz-v2-utilities": "^2.1.27",
"@mochi-ui/core": "^0.14.1",
"@mochi-ui/icons": "^0.7.5",
"@mochi-ui/theme": "^0.20.0",
"@tanstack/react-query": "^5.28.9",
"clsx": "^2.1.0",
"connectkit": "^1.7.3",
"dotenv": "^16.4.5",
"lucide-react": "^0.364.0",
"next": "14.1.4",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18",
"react-hook-form": "^7.51.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.9.6",
"wagmi": "^2.5.16",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}