This repository was archived by the owner on Jun 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.16 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
{
"name": "@repo/website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "node scripts/generate-openapi.mjs",
"start": "next start",
"postinstall": "fumadocs-mdx",
"generate:openapi": "node scripts/generate-openapi.mjs"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.35",
"@ai-sdk/react": "^3.0.118",
"@calcom/embed-react": "^1.5.3",
"@hackernoon/pixel-icon-library": "^1.1.0",
"@lobehub/icons": "^5.8.0",
"@orama/stopwords": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@tanstack/react-table": "^8.21.3",
"@types/mdx": "^2.0.13",
"ai": "^6.0.116",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"fumadocs-core": "^16.8.8",
"fumadocs-mdx": "^14.2.9",
"fumadocs-openapi": "^10.8.1",
"fumadocs-ui": "^16.8.8",
"hast-util-to-jsx-runtime": "^2.3.6",
"js-yaml": "^4.1.1",
"lucide-react": "^0.563.0",
"motion": "^12.38.0",
"next": "16.1.4",
"next-intl": "^4.8.3",
"next-themes": "^0.4.6",
"octokit": "^5.0.5",
"posthog-js": "^1.380.1",
"posthog-node": "^5.36.2",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"recharts": "^3.8.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"shiki": "^4.0.1",
"svg-dotted-map": "^2.1.0",
"tailwind-merge": "^3.5.0",
"unist-util-visit": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}