-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.79 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.79 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
{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=\"--max-old-space-size=8192\" next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "biome lint src/",
"lint:fix": "biome lint --write src/",
"format": "biome format src/",
"format:fix": "biome format --write src/",
"check": "biome check src/",
"check:fix": "biome check --write src/"
},
"dependencies": {
"@fumadocs/mdx-remote": "^1.4.0",
"@netlify/plugin-nextjs": "^5.13.1",
"@orama/orama": "^3.1.13",
"@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",
"@radix-ui/react-separator": "^1.1.7",
"@tanstack/react-query": "^5.89.0",
"algoliasearch": "^5.37.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "15.7.11",
"fumadocs-mdx": "11.9.1",
"fumadocs-openapi": "^9.3.8",
"fumadocs-ui": "15.7.11",
"glob": "^11.0.3",
"katex": "^0.16.22",
"lucide-react": "^0.540.0",
"mermaid": "^11.11.0",
"micromatch": "^4.0.8",
"next": "^15.5.3",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rehype-katex": "^7.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.1",
"shiki": "^3.12.2",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@tailwindcss/postcss": "^4.1.13",
"@tanstack/react-query-devtools": "^5.89.0",
"@types/mdx": "^2.0.13",
"@types/micromatch": "^4.0.9",
"@types/node": "24.1.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2"
}
}