-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.78 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
{
"name": "8bitminter",
"version": "0.1.0",
"type": "module",
"private": false,
"access": "public",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./bin/init.js"
}
},
"types": "./index.d.ts",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@farcaster/auth-client": ">=0.3.0 <1.0.0",
"@farcaster/auth-kit": ">=0.6.0 <1.0.0",
"@farcaster/frame-core": ">=0.0.29 <1.0.0",
"@farcaster/frame-node": ">=0.0.18 <1.0.0",
"@farcaster/frame-sdk": "^0.0.57",
"@farcaster/frame-wagmi-connector": "^0.0.46",
"@fontsource/press-start-2p": "^5.2.5",
"@fontsource/vt323": "^5.2.5",
"@radix-ui/react-label": "^2.1.1",
"@supabase/supabase-js": "^2.50.0",
"@tanstack/react-query": "^5.61.0",
"@upstash/redis": "^1.34.3",
"@zoralabs/coins-sdk": "^0.2.8",
"@zoralabs/protocol-sdk": "^0.6.0",
"axios": "^1.9.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"cloudflared": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"ethers": "^6.13.7",
"inquirer": "^12.6.0",
"lucide-react": "^0.469.0",
"mipd": "^0.0.7",
"next": "15.0.3",
"next-auth": "^4.24.11",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.5.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.28.1",
"wagmi": "^2.15.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"crypto": "^1.0.1",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"localtunnel": "^2.0.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}