-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.39 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.39 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": "tipchain",
"private": true,
"author": "codingsh",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@apollo/client": "^4.0.9",
"@coinbase/onchainkit": "^0.28.0",
"@divvi/referral-sdk": "^2.3.0",
"@farcaster/frame-wagmi-connector": "^1.0.0",
"@farcaster/miniapp-sdk": "^0.2.1",
"@farcaster/miniapp-wagmi-connector": "^1.1.0",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@reown/appkit": "^1.0.0",
"@reown/appkit-adapter-wagmi": "^1.0.0",
"@supabase/supabase-js": "^2.79.0",
"@tailwindcss/vite": "^4.1.15",
"@tanstack/react-query": "^5.28.0",
"@vercel/analytics": "^1.5.0",
"add": "^2.0.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"graphql": "^16.12.0",
"graphql-request": "^7.3.1",
"lucide-react": "^0.546.0",
"prettier": "^3.6.2",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.66.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^6.22.3",
"react-window": "^2.2.3",
"tailwind-merge": "^3.3.1",
"urql": "^5.0.1",
"viem": "^2.8.0",
"vite-plugin-vercel": "^9.0.8",
"wagmi": "^2.5.0",
"zod": "^4.1.12",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/node": "^20.19.22",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"postcss": "^8.4.38",
"tailwindcss": "^4.1.15",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5.2.2",
"vite": "^5.1.6"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}