Files
documentation/package.json
Red-Banana-Official 6d6d4dcf26 Adding API documentation
2026-02-20 18:03:15 +01:00

35 lines
860 B
JSON

{
"name": "pterodactyl-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@orama/orama": "^3.1.17",
"fumadocs-core": "^16.6.4",
"fumadocs-mdx": "14.1.1",
"fumadocs-openapi": "^10.3.7",
"fumadocs-ui": "^16.6.4",
"lucide-react": "^0.556.0",
"next": "16.0.10",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"shiki": "^3.22.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}