-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.94 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
{
"name": "nuts-stats",
"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": "node scripts/dev.js",
"dev:pages": "wrangler pages dev .vercel/output/static",
"build": "node scripts/build.js",
"start": "next start",
"lint": "next lint",
"deploy:vercel": "node scripts/deploy.js",
"install": "echo 'Using legacy-peer-deps for installation'"
},
"dependencies": {
"@cloudflare/d1": "^1.4.1",
"@farcaster/auth-client": "^0.3.0",
"@farcaster/auth-kit": "^0.6.0",
"@farcaster/frame-core": "^0.0.29",
"@farcaster/frame-node": "^0.0.18",
"@farcaster/frame-sdk": "^0.0.31",
"@farcaster/frame-wagmi-connector": "^0.0.19",
"@moralisweb3/common-evm-utils": "^2.27.2",
"@neynar/nodejs-sdk": "^2.25.1",
"@neynar/react": "^0.9.7",
"@radix-ui/react-label": "^2.1.1",
"@sqlitecloud/drivers": "^1.0.438",
"@tanstack/react-query": "^5.74.3",
"@upstash/redis": "^1.34.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"framer-motion": "^12.7.3",
"lucide-react": "^0.469.0",
"miniflare": "^4.20250409.0",
"mipd": "^0.0.7",
"moralis": "^2.27.2",
"next": "15.0.3",
"next-auth": "^4.24.11",
"pip": "^0.0.1",
"react": "^18",
"react-dom": "^18",
"sqlite3": "^5.1.7",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.23.6",
"wagmi": "^2.14.16",
"zod": "^3.24.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250418.0",
"@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"
}
}