-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 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
{
"name": "developer-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node scripts/generate-api-docs.mjs && next dev --turbopack",
"build": "node scripts/generate-api-docs.mjs && next build",
"start": "next start",
"generate-api-docs": "node scripts/generate-api-docs.mjs",
"validate-links": "node scripts/validate-links.mjs"
},
"dependencies": {
"@ai-sdk/react": "^3.0.118",
"@openrouter/ai-sdk-provider": "^2.3.0",
"@radix-ui/react-presence": "^1.1.5",
"@types/mdx": "^2",
"ai": "^6.0.116",
"algoliasearch": "^5.49.2",
"class-variance-authority": "^0.7.1",
"flexsearch": "^0.8.212",
"fumadocs-core": "^16.6.14",
"fumadocs-mdx": "^14.2.9",
"fumadocs-openapi": "^10.3.17",
"fumadocs-ui": "^16.6.14",
"hast-util-to-jsx-runtime": "^2.3.6",
"lucide-react": "^0.575.0",
"mermaid": "^11.13.0",
"next": "^16",
"react": "^19.1",
"react-dom": "^19.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"tailwind-merge": "^3.5.0",
"unist-util-visit": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"js-yaml": "^4.1.0",
"next-validate-link": "^1.6.4",
"tailwindcss": "^4",
"typescript": "^5"
},
"engines": {
"node": ">=22"
}
}