-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.47 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
81
82
83
{
"name": "onchaineth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"buildCommand": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.11.0",
"dependencies": {
"@apollo/client": "^4.1.4",
"@apollo/react-hooks": "^4.0.0",
"@heroui/react": "^2.8.8",
"@heroui/table": "^2.2.30",
"@internationalized/date": "^3.11.0",
"@privy-io/react-auth": "^3.13.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-aria/datepicker": "^3.16.0",
"@react-stately/datepicker": "^3.16.0",
"@remixicon/react": "^4.9.0",
"@uniswap/universal-router-sdk": "^4.30.0",
"@uniswap/v4-sdk": "^1.27.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "3.6.0",
"ethers": "^5.7.2",
"framer-motion": "^12.33.0",
"geist": "^1.7.0",
"graphql": "^16.12.0",
"graphql-tag": "^2.12.6",
"lucide-react": "^0.563.0",
"next": "^15.1.7",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-day-picker": "8.10.1",
"react-dom": "^19.0.0",
"recharts": "^3.7.0",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.45.1",
"zustand": "^5.0.11"
},
"private": true,
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@types/bun": "latest",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}