-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.86 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.86 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
{
"name": "fumadocs",
"version": "0.0.0",
"private": true,
"engines": {
"node": "24.x"
},
"scripts": {
"build": "node scripts/docs-sync.mjs && next build",
"dev": "portless docs node scripts/docs-sync.mjs && next dev --turbo",
"docs:generate": "node scripts/docs-sync.mjs && fumadocs-mdx",
"docs:sync": "node scripts/docs-sync.mjs",
"docs:watch": "node scripts/docs-watch.mjs",
"start": "next start",
"postinstall": "node scripts/docs-sync.mjs && fumadocs-mdx",
"lint": "node scripts/docs-sync.mjs && eslint"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.41",
"@ai-sdk/react": "^3.0.118",
"@mdx-js/react": "^3.1.1",
"@radix-ui/react-presence": "^1.1.5",
"ai": "^6.0.116",
"class-variance-authority": "^0.7.1",
"flexsearch": "^0.8.212",
"fumadocs-core": "^16.6.16",
"fumadocs-mdx": "^14.2.9",
"fumadocs-twoslash": "^3.1.10",
"fumadocs-ui": "^16.6.16",
"hast": "^1.0.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"lucide-react": "^0.544.0",
"mdx-embed": "^1.1.2",
"next": "16.1.0",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-remove-scroll": "^2.7.2",
"react-tweet": "^3.3.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"tailwind-merge": "^3.4.0",
"twoslash": "^0.3.4",
"unist-util-visit": "^5.0.0",
"xstate": "^5.25.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.18",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "24.6.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.0",
"next-validate-link": "^1.6.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}