mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-03 17:07:15 +00:00
e264ea89c1
Update dependency versions across `docs` and `frontend`, including Next/Fumadocs packages in docs and Ant Design, React Query, Storybook, and related tooling in frontend. Also updates lint/format tool versions (`oxlint`, `oxfmt`), bumps docs `pnpm` package manager version, and refreshes workspace release-age exclusions for the newly upgraded docs packages.
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.5",
|
|
"fumadocs-docgen": "^3.1.0",
|
|
"fumadocs-mdx": "^15.4.0",
|
|
"fumadocs-openapi": "^11.4.0",
|
|
"fumadocs-ui": "^16.15.5",
|
|
"lucide-react": "^1.39.0",
|
|
"mermaid": "^11.17.2",
|
|
"next": "16.3.4",
|
|
"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.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@types/mdx": "^2.0.14",
|
|
"@types/node": "^26.4.1",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.5",
|
|
"oxfmt": "0.66.0",
|
|
"oxlint": "1.81.0",
|
|
"postcss": "^8.5.26",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "7.0.2",
|
|
"vitest": "^4.1.11"
|
|
},
|
|
"packageManager": "pnpm@11.25.0"
|
|
}
|