-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.03 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
{
"name": "coinchan",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome check src",
"format": "biome format --write src",
"preview": "vite preview"
},
"vite": {
"build": {
"outDir": "dist"
}
},
"pnpm": {
"overrides": {
"esbuild": ">=0.25.0"
}
},
"dependencies": {
"@farcaster/frame-sdk": "latest",
"@farcaster/frame-wagmi-connector": "latest",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.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-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.9",
"@tailwindcss/vite": "^4.1.4",
"@tanstack/react-query": "5.45.1",
"@tanstack/react-router": "^1.120.3",
"@tanstack/react-router-devtools": "^1.120.3",
"@tanstack/react-table": "^8.21.3",
"@wagmi/core": "^2.17.1",
"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",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4",
"viem": "^2.29.0",
"wagmi": "^2.15.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@tanstack/router-plugin": "^1.120.3",
"@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": "^4.2.1",
"@wagmi/cli": "latest",
"tw-animate-css": "^1.2.8",
"typescript": "^5.4.5",
"vite": "^5.4.19"
}
}