11{
2- "name" : " api-docs" ,
3- "version" : " 0.0.0" ,
4- "private" : true ,
5- "scripts" : {
6- "build" : " next build" ,
7- "dev" : " next dev" ,
8- "start" : " next start" ,
9- "postinstall" : " fumadocs-mdx"
10- },
11- "dependencies" : {
12- "@icons-pack/react-simple-icons" : " ^10.0.0" ,
13- "fumadocs-core" : " 13.4.10" ,
14- "fumadocs-mdx" : " 10.0.2" ,
15- "fumadocs-openapi" : " ^5.4.14" ,
16- "fumadocs-ui" : " 13.4.10" ,
17- "lucide-react" : " ^0.447.0" ,
18- "next" : " ^14.2.8" ,
19- "react" : " ^18.3.1" ,
20- "react-dom" : " ^18.3.1" ,
21- "tailwind-merge" : " ^2.5.3"
22- },
23- "devDependencies" : {
24- "@types/mdx" : " ^2.0.13" ,
25- "@types/node" : " 22.5.4" ,
26- "@types/react" : " ^18.3.5" ,
27- "@types/react-dom" : " ^18.3.0" ,
28- "autoprefixer" : " ^10.4.20" ,
29- "postcss" : " ^8.4.45" ,
30- "tailwindcss" : " ^3.4.10" ,
31- "typescript" : " ^5.5.4"
32- }
33- }
2+ "name" : " api-docs" ,
3+ "version" : " 0.0.0" ,
4+ "private" : true ,
5+ "scripts" : {
6+ "generate" : " tsx scripts/generate-docs.mts" ,
7+ "postbuild" : " tsx scripts/post-build.mts" ,
8+ "build" : " next build" ,
9+ "dev" : " next dev" ,
10+ "start" : " next start" ,
11+ "postinstall" : " fumadocs-mdx"
12+ },
13+ "dependencies" : {
14+ "@icons-pack/react-simple-icons" : " ^10.0.0" ,
15+ "@next/env" : " ^14.2.14" ,
16+ "algoliasearch" : " ^4.24.0" ,
17+ "fumadocs-core" : " 13.4.10" ,
18+ "fumadocs-mdx" : " 10.0.2" ,
19+ "fumadocs-openapi" : " ^5.4.14" ,
20+ "fumadocs-ui" : " 13.4.10" ,
21+ "lucide-react" : " ^0.447.0" ,
22+ "next" : " ^14.2.8" ,
23+ "react" : " ^18.3.1" ,
24+ "react-dom" : " ^18.3.1" ,
25+ "tailwind-merge" : " ^2.5.3"
26+ },
27+ "devDependencies" : {
28+ "@types/mdx" : " ^2.0.13" ,
29+ "@types/node" : " 22.5.4" ,
30+ "@types/react" : " ^18.3.5" ,
31+ "@types/react-dom" : " ^18.3.0" ,
32+ "autoprefixer" : " ^10.4.20" ,
33+ "postcss" : " ^8.4.45" ,
34+ "rimraf" : " ^6.0.1" ,
35+ "tailwindcss" : " ^3.4.10" ,
36+ "tsx" : " ^4.19.1" ,
37+ "typescript" : " ^5.5.4"
38+ }
39+ }
0 commit comments