-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.12 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.12 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
{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build && npm run build:post",
"build:pre": "bun ./scripts/pre-build.ts",
"build:post": "bun ./scripts/post-build.ts",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"clean": "rimraf .next",
"dev": "next dev",
"lint": "fumadocs-mdx && bun ./scripts/lint.ts && eslint .",
"start": "next start"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.37",
"@ai-sdk/react": "^3.0.139",
"@fumadocs/mdx-remote": "^1.4.6",
"@mixedbread/sdk": "^0.46.0",
"@orama/core": "^1.2.19",
"@orama/orama": "^3.1.18",
"@paper-design/shaders-react": "^0.0.72",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-tooltip": "^1.2.8",
"@shikijs/rehype": "^4.0.2",
"@shikijs/transformers": "^4.0.2",
"@takumi-rs/image-response": "^0.73.1",
"ai": "^6.0.137",
"class-variance-authority": "^0.7.1",
"d3-force": "^3.0.0",
"estree-util-build-jsx": "^3.0.1",
"estree-util-to-js": "^2.0.0",
"feed": "^5.2.0",
"fumadocs-core": "^16.7.5",
"fumadocs-docgen": "^3.0.8",
"fumadocs-mdx": "^14.2.11",
"fumadocs-openapi": "^10.4.1",
"fumadocs-twoslash": "^3.1.14",
"fumadocs-typescript": "^5.2.0",
"fumadocs-ui": "^16.7.5",
"hast-util-to-jsx-runtime": "^2.3.6",
"katex": "^0.16.40",
"lucide-react": "^1.0.1",
"mermaid": "^11.13.0",
"next": "16.2.1",
"next-themes": "^0.4.6",
"octokit": "^5.0.5",
"posthog-js": "^1.363.3",
"oxc-transform": "^0.121.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-force-graph-2d": "^1.29.1",
"react-remove-scroll": "^2.7.2",
"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",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0",
"twoslash": "^0.3.6",
"unist-util-visit": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@fumadocs/cli": "^1.3.2",
"@next/bundle-analyzer": "16.2.1",
"@next/env": "16.2.1",
"@next/eslint-plugin-next": "16.2.1",
"@tailwindcss/postcss": "^4.2.2",
"@types/bun": "^1.3.11",
"@types/d3-force": "^3.0.10",
"@types/estree": "^1.0.8",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"algoliasearch": "5.49.2",
"browserslist-config-baseline": "^0.5.0",
"bun": "^1.3.11",
"gray-matter": "^4.0.3",
"mcp-handler": "^1.0.7",
"next-validate-link": "^1.6.4",
"postcss": "^8.5.10",
"shadcn": "4.1.0",
"tailwindcss": "^4.2.2",
"tailwindcss-animate": "^1.0.7",
"tinyexec": "^1.0.4",
"tinyglobby": "^0.2.15",
"ts-morph": "^27.0.2",
"tsconfig": "^7.0.0",
"typescript": "^5.9.3"
},
"browserslist": [
"extends browserslist-config-baseline/2024"
]
}