{ "name": "3x-ui-docs", "version": "1.0.0", "private": true, "license": "GPL-3.0-or-later", "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "postinstall": "fumadocs-mdx", "gen:api": "node scripts/gen-openapi.ts", "typecheck": "fumadocs-mdx && next typegen && tsc --noEmit", "lint": "oxlint .", "format": "oxfmt .", "format:check": "oxfmt --check .", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "fumadocs-core": "^16.14.5", "fumadocs-docgen": "^3.1.0", "fumadocs-mdx": "^15.3.0", "fumadocs-openapi": "^11.2.4", "fumadocs-ui": "^16.14.5", "lucide-react": "^1.33.0", "mermaid": "^11.17.0", "next": "16.3.1", "next-themes": "^0.4.6", "react": "^19.2.8", "react-dom": "^19.2.8", "react-qr-code": "^2.2.0", "tailwind-merge": "^3.6.0", "zbsearch": "4.0.0", "zod": "^4.4.3" }, "devDependencies": { "@tailwindcss/postcss": "^4.3.3", "@types/mdx": "^2.0.14", "@types/node": "^26.2.0", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "oxfmt": "0.64.0", "oxlint": "1.79.0", "postcss": "^8.5.26", "tailwindcss": "^4.3.3", "typescript": "7.0.2", "vitest": "^4.1.11" }, "packageManager": "pnpm@11.22.0+sha512.1ff870c4c6133dfd88fb2afc46dd13d47f09c9794b438c6fdb47ca98caf3bc16381ee0be93a091b8e3824cf01f889f46d7d9e20910fb0be1ab0fb5baa80dd621" }