mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-19 01:14:48 -05:00
## Summary Updates fumadocs packages to their latest versions: | Package | Before | After | |---------|--------|-------| | `fumadocs-core` | 16.6.3 | 16.6.5 | | `fumadocs-ui` | 16.6.3 | 16.6.5 | | `fumadocs-mdx` | 14.2.7 | 14.2.8 | | `fumadocs-openapi` | 10.3.6 | 10.3.11 | See https://github.com/fuma-nama/fumadocs/releases for full changelogs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Federico Coppede <fcoppede@gmail.com>
79 lines
2.6 KiB
JSON
79 lines
2.6 KiB
JSON
{
|
|
"name": "@zitadel/docs",
|
|
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"generate:index-pages": "tsx scripts/generate-index-pages.ts",
|
|
"fetch:remote-content": "node scripts/fetch-remote-content.mjs",
|
|
"generate:proto-docs": "node scripts/generate-proto-docs.mjs",
|
|
"generate:api-reference": "tsx scripts/generate-api-reference.mts --only-generate",
|
|
"fix:api-links": "tsx scripts/generate-api-reference.mts --only-fix",
|
|
"build:mdx-source": "fumadocs-mdx",
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"generate": "nx run @zitadel/docs:generate",
|
|
"start": "next start",
|
|
"clean": "node scripts/clean.mjs",
|
|
"check:types": "fumadocs-mdx && next typegen && tsc --noEmit",
|
|
"check:links": "tsx scripts/check-links.mts",
|
|
"test:scripts": "node --test scripts/*.test.mjs",
|
|
"postinstall": "fumadocs-mdx",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.9",
|
|
"@heroicons/react": "2.2.0",
|
|
"@inkeep/cxkit-react": "^0.5.115",
|
|
"@scalar/api-reference": "^1.44.23",
|
|
"@shikijs/rehype": "^3.22.0",
|
|
"@shikijs/types": "^3.22.0",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"clsx": "2.1.1",
|
|
"fumadocs-core": "16.6.5",
|
|
"fumadocs-mdx": "14.2.8",
|
|
"fumadocs-openapi": "10.3.11",
|
|
"fumadocs-ui": "16.6.5",
|
|
"js-yaml": "^4.1.1",
|
|
"lucide-react": "^0.574.0",
|
|
"mixpanel-browser": "^2.74.0",
|
|
"next": "16.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.4",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^19.2.4",
|
|
"react-google-charts": "^5.2.1",
|
|
"shiki": "^3.22.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"vanilla-cookieconsent": "3.1.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@eslint/js": "^10.0.1",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.2.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
"@typescript-eslint/parser": "^8.56.0",
|
|
"eslint": "^10.0.0",
|
|
"eslint-config-next": "16.1.6",
|
|
"eslint-plugin-mdx": "^3.6.2",
|
|
"glob": "^13.0.5",
|
|
"globals": "^17.3.0",
|
|
"next-validate-link": "^1.6.4",
|
|
"postcss": "^8.5.6",
|
|
"raw-loader": "^4.0.2",
|
|
"remark-heading-id": "^1.0.1",
|
|
"semver": "^7.7.4",
|
|
"tailwindcss": "^4.1.18",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"yaml-loader": "^0.9.0"
|
|
}
|
|
}
|