diff --git a/documentation/package.json b/documentation/package.json index c7d6802..9951eae 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -16,11 +16,14 @@ "fumadocs-mdx": "14.2.4", "fumadocs-ui": "16.4.3", "lucide-react": "^0.562.0", + "mermaid": "^11.12.2", "next": "16.1.1", + "next-themes": "^0.4.6", "react": "^19.2.3", "react-dom": "^19.2.3" }, "devDependencies": { + "@biomejs/biome": "^2.3.10", "@tailwindcss/postcss": "^4.1.18", "@types/mdx": "^2.0.13", "@types/node": "^24.10.2", @@ -28,7 +31,6 @@ "@types/react-dom": "^19.2.3", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", - "typescript": "^5.9.3", - "@biomejs/biome": "^2.3.10" + "typescript": "^5.9.3" } }