-
Notifications
You must be signed in to change notification settings - Fork 258
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.85 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": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"translate": "npx @vercel/geistdocs translate"
},
"dependencies": {
"@ai-sdk/react": "^2.0.115",
"@icons-pack/react-simple-icons": "^13.8.0",
"@orama/tokenizers": "^3.1.16",
"@streamdown/cjk": "workspace:*",
"@streamdown/code": "workspace:*",
"@streamdown/math": "workspace:*",
"@streamdown/mermaid": "workspace:*",
"@vercel/agent-readability": "^0.2.1",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"ai": "^5.0.106",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dexie": "^4.2.1",
"dexie-react-hooks": "^4.2.0",
"feed": "^5.1.0",
"fumadocs-core": "16.2.2",
"fumadocs-mdx": "14.0.4",
"fumadocs-ui": "16.2.2",
"jotai": "^2.15.2",
"katex": "^0.16.27",
"lucide-react": "^0.555.0",
"mermaid": "^11.12.2",
"motion": "^12.23.25",
"nanoid": "^5.1.6",
"next": "16.1.5",
"next-themes": "^0.4.6",
"radix-ui": "latest",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-player": "^3.4.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.19.0",
"sonner": "^2.0.7",
"streamdown": "workspace:*",
"tailwind-merge": "^3.4.0",
"use-stick-to-bottom": "^1.1.1",
"vaul": "^1.1.2",
"vega": "^6.2.0",
"vega-embed": "^7.1.0",
"vega-lite": "^6.4.2",
"zod": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}