-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 974 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 974 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
37
38
39
40
{
"name": "api-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"generate": "tsx scripts/generate-docs.mts",
"prebuild": "pnpm generate",
"postbuild": "tsx scripts/post-build.mts",
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^10.0.0",
"@next/env": "^14.2.14",
"algoliasearch": "^4.24.0",
"fumadocs-core": "15.2.8",
"fumadocs-mdx": "11.6.0",
"fumadocs-openapi": "^8.0.2",
"fumadocs-ui": "15.2.8",
"lucide-react": "^0.447.0",
"next": "^15.4.7",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^2.5.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"postcss": "^8.5.3",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.4",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
}
}