generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.73 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
{
"name": "my-app",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "biome check",
"format": "biome format --write",
"generate-api-docs": "bun run scripts/generate-api-docs.ts"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^1.0.30",
"@ai-sdk/react": "^2.0.120",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.10",
"ai": "^5.0.118",
"class-variance-authority": "^0.7.1",
"devicons-react": "^1.5.0",
"fumadocs-core": "16.0.13",
"fumadocs-docgen": "^3.0.5",
"fumadocs-mdx": "^13.0.8",
"fumadocs-openapi": "^10.2.4",
"fumadocs-twoslash": "^3.1.12",
"fumadocs-typescript": "^4.0.14",
"fumadocs-ui": "16.0.13",
"hast-util-to-jsx-runtime": "^2.3.6",
"katex": "^0.16.27",
"lucide-react": "^0.544.0",
"next": "16.0.7",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rehype-katex": "^7.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-rehype": "^11.1.2",
"shiki": "^3.21.0",
"stashicons": "buildstash/stashicons",
"tailwind-merge": "^3.4.0",
"twoslash": "^0.3.6",
"unist-util-visit": "^5.0.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@types/node": "24.6.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3",
"@types/mdx": "^2.0.13",
"@tailwindcss/postcss": "^4.1.18",
"tailwindcss": "^4.1.18",
"postcss": "^8.5.6",
"@biomejs/biome": "^2.3.11"
}
}