-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 936 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 936 Bytes
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
{
"name": "cli2api-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit"
},
"dependencies": {
"@fumadocs/language": "^0.0.1",
"@orama/orama": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@phosphor-icons/react": "^2.1.10",
"fumadocs-core": "^16.9.3",
"fumadocs-mdx": "^15.0.10",
"fumadocs-ui": "^16.9.3",
"next": "16.2.6",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/mdx": "^2.0.13",
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.0",
"wrangler": "^4.97.0"
}
}