-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
153 lines (153 loc) · 4.98 KB
/
Copy pathpackage.json
File metadata and controls
153 lines (153 loc) · 4.98 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
{
"name": "learn.sol",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.27.0",
"overrides": {
"next-mdx-remote": "^6.0.0"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"test:agent-readiness": "node --import tsx --test scripts/agent-readiness.test.ts",
"verify:agent-readiness": "node scripts/verify-agent-readiness.mjs",
"seo:check": "node scripts/check-seo-routes.mjs",
"lint": "next lint",
"postinstall": "fumadocs-mdx",
"db:generate": "drizzle-kit generate",
"db:push": "node scripts/drizzle-safe-migrate.mjs",
"db:migrate": "node scripts/drizzle-safe-migrate.mjs",
"db:push:drizzle": "drizzle-kit push",
"db:migrate:drizzle": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"ingest-docs": "tsx scripts/ingest-docs.ts",
"resources:check": "tsx scripts/check-opportunity-resources.ts",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
"build:runner:check": "cargo check --manifest-path services/build-runner/Cargo.toml",
"find:unused": "next-unused",
"knip": "knip",
"knip:production": "knip --production"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.14",
"@ai-sdk/openai-compatible": "^1.0.1",
"@ai-sdk/react": "^2.0.1",
"@monaco-editor/react": "^4.7.0",
"@opennextjs/cloudflare": "^1.6.5",
"@privy-io/node": "^0.14.0",
"@privy-io/react-auth": "^3.21.2",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
"@radix-ui/react-aspect-ratio": "1.1.1",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-context-menu": "2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-hover-card": "1.1.4",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-menubar": "1.1.4",
"@radix-ui/react-navigation-menu": "1.2.3",
"@radix-ui/react-popover": "1.1.4",
"@radix-ui/react-progress": "1.1.1",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-scroll-area": "1.2.2",
"@radix-ui/react-select": "2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-toast": "1.2.4",
"@radix-ui/react-toggle": "1.1.1",
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@solana-program/memo": "^0.11.0",
"@solana-program/system": "^0.12.0",
"@solana-program/token": "^0.13.0",
"@solana/kit": "^6.8.0",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.4",
"@tailwindcss/typography": "^0.5.16",
"@types/bs58": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/pg": "^8.15.5",
"@vercel/analytics": "^1.5.0",
"ai": "^5.0.14",
"autoprefixer": "^10.4.20",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"date-fns": "^3.6.0",
"dotenv": "^17.2.1",
"drizzle-kit": "^0.31.4",
"drizzle-orm": "^0.44.4",
"framer-motion": "11.18.2",
"fumadocs-core": "^15.6.4",
"fumadocs-mdx": "^13.0.6",
"fumadocs-ui": "^15.6.4",
"geist": "^1.7.0",
"gray-matter": "^4.0.3",
"hast-util-to-jsx-runtime": "^2.3.6",
"highlight.js": "^11.11.1",
"input-otp": "1.4.1",
"jose": "^6.0.12",
"lucide-react": "^0.454.0",
"mermaid": "^11.9.0",
"nanoid": "^5.1.5",
"next": "15.5.9",
"next-themes": "^0.4.4",
"pg": "^8.16.3",
"pgvector": "^0.2.1",
"postgres": "^3.4.7",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"reactflow": "^11.11.4",
"recharts": "2.15.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.1",
"remark-rehype": "^11.1.2",
"sonner": "^1.7.1",
"swr": "^2.3.4",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tweetnacl": "^1.0.3",
"vaul": "^0.9.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^22",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "9.37.0",
"eslint-config-next": "15.5.4",
"knip": "^5.63.0",
"next-unused": "^0.0.6",
"postcss": "^8",
"tailwindcss": "^4.1.11",
"tsx": "^4.20.3",
"typescript": "^5",
"wrangler": "^4.28.1",
"zod": "^4.0.17"
},
"pnpm": {
"overrides": {
"next-mdx-remote": "^6.0.0"
}
}
}