-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.17 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 3.17 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "coinchan",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"check": "pnpm run format && pnpm run build",
"lint": "biome check src",
"format": "biome format --write src",
"preview": "vite preview"
},
"vite": {
"build": {
"outDir": "dist"
}
},
"pnpm": {
"overrides": {
"esbuild": "0.25.0",
"sha.js": "2.4.12",
"@metamask/sdk": "0.33.1",
"@metamask/sdk-communication-layer": "0.33.1",
"debug": "4.3.4",
"mdast-util-to-hast": ">=13.2.1",
"viem": "2.29.0",
"preact@>=10.27.0 <10.27.3": ">=10.27.3",
"h3": ">=1.15.5",
"diff": ">=8.0.3",
"seroval": ">=1.4.1",
"lodash": ">=4.17.23"
}
},
"dependencies": {
"@radix-ui/react-avatar": "1.1.9",
"@radix-ui/react-checkbox": "1.3.2",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "1.1.11",
"@radix-ui/react-dropdown-menu": "2.1.14",
"@radix-ui/react-hover-card": "1.1.14",
"@radix-ui/react-label": "2.1.4",
"@radix-ui/react-popover": "1.1.11",
"@radix-ui/react-scroll-area": "1.2.6",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-slider": "1.3.6",
"@radix-ui/react-slot": "1.2.0",
"@radix-ui/react-switch": "1.2.6",
"@radix-ui/react-tabs": "1.1.9",
"@radix-ui/react-tooltip": "1.2.8",
"@rainbow-me/rainbowkit": "2.2.8",
"@tailwindcss/vite": "4.1.4",
"@tanstack/query-sync-storage-persister": "5.85.9",
"@tanstack/react-query": "5.85.9",
"@tanstack/react-query-persist-client": "5.85.9",
"@tanstack/react-router": "1.121.41",
"@tanstack/react-router-devtools": "1.121.41",
"@tanstack/react-table": "8.21.3",
"@tanstack/react-virtual": "3.13.12",
"blo": "2.0.0",
"canvas-confetti": "1.9.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"framer-motion": "12.8.0",
"graphql-request": "7.1.2",
"i18next": "25.2.0",
"i18next-browser-languagedetector": "8.1.0",
"lightweight-charts": "5.0.6",
"lucide-react": "0.503.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "14.3.8",
"react-i18next": "15.5.1",
"react-markdown": "^10.1.0",
"recharts": "2.15.3",
"sonner": "2.0.3",
"tailwind-merge": "3.2.0",
"tailwindcss": "4.1.4",
"viem": "2.29.0",
"wagmi": "2.16.5",
"zod": "3.25.63",
"zrouter-sdk": "0.0.30"
},
"devDependencies": {
"@biomejs/biome": "1.8.0",
"@tanstack/router-plugin": "1.121.41",
"@types/canvas-confetti": "1.9.0",
"@types/node": "22.14.1",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "5.0.4",
"tw-animate-css": "1.2.8",
"typescript": "5.4.5",
"vite": "6.4.1"
}
}