forked from ava-labs/builders-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
190 lines (190 loc) · 6.6 KB
/
package.json
File metadata and controls
190 lines (190 loc) · 6.6 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"name": "builders-hub",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc --noEmit && next build",
"dev": "next dev --turbopack",
"build:remote": "tsx ./utils/remote-content.mts && tsx ./scripts/generate-api-reference.mts && tsx ./scripts/enrich-chains.mts && tsx ./scripts/index-repos.mts",
"update-index": "tsx ./utils/update-index.ts",
"start": "pnpm build:remote && next build && next start",
"check-links": "tsx .github/linkChecker.ts",
"generate:event-signatures": "tsx ./scripts/generate-event-signatures.mts",
"generate:course": "tsx ./scripts/generate-course.mts",
"enrich:chains": "tsx ./scripts/enrich-chains.mts",
"index-repos": "tsx ./scripts/index-repos.mts",
"postinstall": "prisma generate && fumadocs-mdx && node ./scripts/update_docker_tags.mjs && tsx ./scripts/generate-event-signatures.mts",
"postbuild": "tsx ./utils/update-index.ts",
"commitlint": "commitlint --edit",
"prepare": "husky"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.12",
"@ai-sdk/openai": "^3.0.9",
"@ai-sdk/react": "^3.0.35",
"@avalabs/avacloud-sdk": "^0.13.2",
"@avalabs/avalanchejs": "^5.0.0",
"@avalanche-sdk/chainkit": "^0.3.0-alpha.9",
"@avalanche-sdk/client": "^0.0.4-alpha.14",
"@dicebear/collection": "^9.2.4",
"@dicebear/core": "^9.2.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fireworks-js/react": "^2.10.8",
"@fumadocs/cli": "^0.2.1",
"@fumadocs/mdx-remote": "^1.4.0",
"@hookform/resolvers": "^4.1.3",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@modelcontextprotocol/sdk": "^1.26.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/mdx": "^15.5.3",
"@next/third-parties": "^15.5.3",
"@noble/bls12-381": "^1.4.0",
"@noble/curves": "^2.0.0",
"@noble/hashes": "1.8.0",
"@octokit/rest": "^21.0.0",
"@prisma/client": "^6.16.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@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-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@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-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@safe-global/api-kit": "^4.0.0",
"@safe-global/protocol-kit": "^6.1.1",
"@safe-global/types-kit": "^3.0.0",
"@scure/base": "^2.0.0",
"@sendgrid/mail": "^8.1.5",
"@types/leaflet": "^1.9.20",
"@types/lunr": "^2.3.7",
"@vercel/blob": "^0.27.3",
"@walletconnect/ethereum-provider": "^2.23.0",
"@walletconnect/types": "^2.23.0",
"ai": "^6.0.33",
"algoliasearch": "^5.39.0",
"autocannon": "^8.0.0",
"axios": "^1.13.5",
"boring-name-generator": "^1.0.3",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cobe": "^0.6.5",
"commander": "^14.0.2",
"date-fns": "^4.1.0",
"embla-carousel-auto-scroll": "^8.6.0",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.6.0",
"exceljs": "^4.4.0",
"framer-motion": "^12.23.12",
"fumadocs-core": "^16.0.9",
"fumadocs-mdx": "^13.0.5",
"fumadocs-openapi": "^10.0.3",
"fumadocs-twoslash": "^3.1.7",
"fumadocs-typescript": "^3.1.0",
"fumadocs-ui": "^16.0.9",
"geist": "^1.5.1",
"hast-util-to-jsx-runtime": "^2.3.6",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"idb": "^8.0.3",
"input-otp": "^1.4.2",
"isomorphic-dompurify": "^3.0.0-rc.2",
"jsonwebtoken": "^9.0.3",
"jszip": "^3.10.1",
"katex": "^0.16.22",
"leaflet": "^1.9.4",
"lucide-react": "^0.553.0",
"marked": "^17.0.1",
"mermaid": "^11.11.0",
"new-github-issue-url": "^1.1.0",
"next": "^16.1.5",
"next-auth": "^4.24.12",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"openai": "^4.77.0",
"pdf-lib": "^1.17.1",
"posthog-js": "^1.266.0",
"prismjs": "^1.30.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.2",
"react-day-picker": "^9.11.1",
"react-dom": "^19.2.2",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.62.0",
"react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^2.1.9",
"recharts": "^2.15.4",
"redis": "^5.10.0",
"rehype-katex": "^7.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.1",
"remark-rehype": "^11.1.2",
"shiki": "^3.14.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.180.0",
"trieve-fumadocs-adapter": "^1.3.1",
"trieve-ts-sdk": "^0.0.124",
"troika-three-text": "^0.52.4",
"tsx": "^4.20.5",
"twoslash": "^0.3.4",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"viem": "^2.37.6",
"vitest": "^2.1.9",
"zod": "^4.1.12",
"zustand": "^5.0.8"
},
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/typography": "^0.5.16",
"@types/canvas-confetti": "^1.9.0",
"@types/exceljs": "^1.3.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/mdx": "^2.0.13",
"@types/node": "^24.5.0",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"dotenv": "^17.2.3",
"husky": "^9.1.7",
"postcss": "^8.5.6",
"prisma": "^6.16.1",
"tailwindcss": "^4.1.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}