-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathpackage.json
More file actions
163 lines (163 loc) · 5.63 KB
/
package.json
File metadata and controls
163 lines (163 loc) · 5.63 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "@x402scan/app",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"postinstall": "cp -f ../facilitators/images/* public/ 2>/dev/null || true",
"dev": "next dev",
"build": "next build",
"build:deploy": "pnpm build",
"start": "next start",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint --fix",
"types:generate": "rm -rf .next/types && next typegen",
"types:check": "tsc --noEmit",
"test": "vitest",
"test:run": "vitest run",
"sync:ecosystem": "tsx src/scripts/sync-ecosystem.ts",
"knip": "pnpm -w knip --workspace ./apps/scan",
"format": "pnpm -w format:dir ./apps/scan",
"format:check": "pnpm -w format:check:dir ./apps/scan"
},
"dependencies": {
"@agentcash/discovery": "1.6.0",
"@neondatabase/serverless": "catalog:prisma",
"@agentcash/router": "1.2.5",
"@ai-sdk/openai": "^2.0.52",
"@ai-sdk/react": "^2.0.68",
"@auth/prisma-adapter": "^2.7.4",
"@coinbase/cdp-core": "catalog:coinbase",
"@coinbase/cdp-hooks": "catalog:coinbase",
"@coinbase/cdp-sdk": "catalog:coinbase",
"@coinbase/cdp-solana-standard-wallet": "catalog:coinbase",
"@coinbase/cdp-wagmi": "catalog:coinbase",
"@hookform/resolvers": "^5.2.2",
"@lmnr-ai/lmnr": "^0.7.4",
"@mdx-js/loader": "catalog:mdx",
"@mdx-js/react": "catalog:mdx",
"@next/mdx": "catalog:next",
"@octokit/rest": "^22.0.0",
"@openrouter/ai-sdk-provider": "^1.5.4",
"@opentelemetry/api-logs": "^0.211.0",
"@opentelemetry/exporter-logs-otlp-http": "^0.211.0",
"@opentelemetry/resources": "^2.5.0",
"@opentelemetry/sdk-logs": "^0.211.0",
"@opentelemetry/semantic-conventions": "^1.39.0",
"@prisma/client": "catalog:prisma",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@solana-program/token": "^0.7.0",
"@solana/kit": "catalog:solana",
"@solana/react": "catalog:solana",
"@solana/transaction-messages": "catalog:solana",
"@solana/transactions": "catalog:solana",
"@stripe/crypto": "^0.0.4",
"@t3-oss/env-nextjs": "catalog:env",
"@tanstack/react-query": "catalog:react-query",
"@tanstack/react-table": "^8.21.3",
"@trpc/client": "catalog:trpc",
"@trpc/react-query": "catalog:trpc",
"@trpc/server": "catalog:trpc",
"@vercel/analytics": "^1.5.0",
"@vercel/blob": "^2.0.0",
"@vercel/speed-insights": "^1.2.0",
"@wallet-standard/base": "^1.1.0",
"@wallet-standard/react": "^1.0.1",
"@x402/core": "catalog:x402",
"@x402/evm": "catalog:x402",
"@x402/extensions": "catalog:x402",
"@x402/fetch": "catalog:x402",
"@x402/svm": "catalog:x402",
"@x402scan/analytics-db": "workspace:*",
"@x402scan/neverthrow": "workspace:*",
"@x402scan/partners-db": "workspace:*",
"@x402scan/scan-db": "workspace:*",
"@x402scan/transfers-db": "workspace:*",
"ai": "^5.0.68",
"autonumeric": "^4.10.9",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cookies-next": "^6.1.0",
"country-data-list": "^1.6.0",
"date-fns": "catalog:",
"embla-carousel-react": "^8.6.0",
"embla-carousel-wheel-gestures": "^8.1.0",
"facilitators": "workspace:*",
"hast-util-to-jsx-runtime": "^2.3.6",
"input-otp": "^1.4.2",
"ioredis": "^5.8.2",
"lottie-react": "^2.4.1",
"lucide-react": "catalog:",
"motion": "catalog:",
"mppx": "^0.4.2",
"next": "catalog:next",
"next-auth": "5.0.0-beta.29",
"next-themes": "catalog:next",
"open-graph-scraper": "^6.10.0",
"posthog-js": "^1.273.1",
"react": "catalog:react",
"react-circle-flags": "^0.0.27",
"react-dom": "catalog:react",
"react-dropzone": "^14.3.8",
"react-error-boundary": "catalog:react",
"react-hook-form": "^7.71.1",
"recharts": "2.15.4",
"redis": "^5.8.3",
"resumable-stream": "^2.2.8",
"server-only": "catalog:",
"shiki": "^3.13.0",
"siwe": "catalog:",
"sonner": "^2.0.7",
"streamdown": "^1.4.0",
"stripe": "^20.1.2",
"superjson": "catalog:",
"tailwind-merge": "^3.3.1",
"tweetnacl": "^1.0.3",
"use-stick-to-bottom": "^1.1.1",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"viem": "catalog:",
"wagmi": "^2.17.5",
"x402": "catalog:x402-v1",
"zod": "catalog:",
"zod3": "npm:zod@^3.24.2"
},
"devDependencies": {
"@tailwindcss/postcss": "catalog:tailwind",
"@tanstack/react-query-devtools": "catalog:react-query",
"@types/mdx": "^2.0.13",
"@types/node": "catalog:",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"@vitest/ui": "^3.2.4",
"@x402scan/eslint-config": "workspace:*",
"@x402scan/typescript-config": "workspace:*",
"dotenv": "catalog:env",
"eslint": "catalog:",
"tailwindcss": "catalog:tailwind",
"tsx": "catalog:",
"tw-animate-css": "^1.4.0",
"typescript": "catalog:",
"vitest": "catalog:"
}
}