-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.85 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.85 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
{
"name": "texas-holdem-poker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"watch-contracts": "pnpm wagmi generate --watch",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@datadog/browser-rum": "^6.6.4",
"@datadog/browser-rum-react": "^6.6.4",
"@farcaster/frame-sdk": "^0.0.44",
"@farcaster/frame-wagmi-connector": "^0.0.33",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.8",
"@radix-ui/react-tooltip": "^1.2.6",
"@rainbow-me/rainbowkit": "^2.2.4",
"@tanstack/react-query": "^5.75.7",
"@vercel/analytics": "^1.5.0",
"@wagmi/core": "^2.17.2",
"bigint-mod-arith": "^3.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eruda": "^3.4.1",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"viem": "~2.29.4",
"wagmi": "^2.15.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@types/node": "^20.17.44",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react": "^4.4.1",
"@wagmi/cli": "^2.3.1",
"eslint": "^9.26.0",
"eslint-config-next": "15.3.2",
"jsdom": "^26.1.0",
"pino-pretty": "^13.0.0",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.3"
}
}