mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-28 04:36:40 +08:00
86302d2f2d
Raise the frontend baseline to Node 26/npm 11 and refresh contributor documentation. Update frontend, documentation-site, and Go dependencies with regenerated lockfiles and module checksums.
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"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.15.14",
|
|
"fumadocs-docgen": "^3.1.1",
|
|
"fumadocs-mdx": "^15.4.5",
|
|
"fumadocs-openapi": "^12.0.3",
|
|
"fumadocs-ui": "^16.15.14",
|
|
"lucide-react": "^1.48.0",
|
|
"mermaid": "^12.0.0",
|
|
"next": "16.3.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.3.0",
|
|
"react-dom": "^19.3.0",
|
|
"react-qr-code": "^2.2.0",
|
|
"tailwind-merge": "^3.7.0",
|
|
"zbsearch": "4.0.0",
|
|
"zod": "^4.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@types/mdx": "^2.0.14",
|
|
"@types/node": "^26.6.2",
|
|
"@types/react": "^19.3.0",
|
|
"@types/react-dom": "^19.3.0",
|
|
"oxfmt": "0.70.0",
|
|
"oxlint": "1.85.0",
|
|
"postcss": "^8.5.28",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "7.0.2",
|
|
"vitest": "^5.0.2"
|
|
},
|
|
"packageManager": "pnpm@12.6.0"
|
|
}
|