-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.36 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.36 KB
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
76
77
78
79
80
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@across-protocol/app-sdk": "^0.3.0",
"@hop-protocol/sdk": "^0.0.40",
"@lifi/sdk": "^3.9.2",
"@phosphor-icons/react": "^2.1.10",
"@prisma/client": "^6.17.1",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@rainbow-me/rainbowkit": "^2.2.8",
"@reown/appkit": "^1.7.18",
"@reown/appkit-adapter-ethers": "^1.7.18",
"@reown/appkit-adapter-wagmi": "^1.7.18",
"@safe-global/protocol-kit": "^6.1.1",
"@safe-global/safe-core-sdk-types": "^5.1.0",
"@safe-global/types-kit": "^3.0.0",
"@tanstack/react-query": "^5.84.1",
"@tanstack/react-table": "^8.21.3",
"@uniswap/universal-router-sdk": "^4.19.7",
"@wagmi/connectors": "^5.9.1",
"@wagmi/core": "^2.18.1",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.2",
"ethers": "^5.8.0",
"lucide-react": "^0.536.0",
"networks": "link:@reown/appkit/networks",
"next": "16.0.7",
"next-themes": "^0.4.6",
"pino-pretty": "^13.1.1",
"public": "link:@wagmi/providers/public",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.66.0",
"recharts": "^3.1.2",
"sonner": "^2.0.7",
"swr": "^2.3.4",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"types-kit]": "link:@safe-global/types-kit]",
"viem": "^2.33.2",
"wagmi": "^2.16.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"prisma": "^6.17.1",
"tailwindcss": "^4",
"typescript": "^5"
},
"engines": {
"node": ">=20"
}
}