ratkit 0.2.14

A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
Documentation
{
	"name": "docs",
	"version": "0.0.0",
	"private": true,
	"scripts": {
		"build": "next build",
		"check-types": "npx tsc --noEmit",
		"dev": "next dev --turbo",
		"start": "next start",
		"postinstall": "fumadocs-mdx",
		"gen:provider": "tsx scripts/generate-provider-doc.ts"
	},
	"dependencies": {
		"@lobehub/icons": "^2.43.1",
		"@orama/orama": "^3.1.14",
		"@radix-ui/react-dialog": "^1.1.15",
		"@radix-ui/react-slot": "^1.2.3",
		"class-variance-authority": "^0.7.1",
		"clsx": "^2.1.1",
		"fumadocs-core": "15.8.3",
		"fumadocs-mdx": "12.0.2",
		"fumadocs-ui": "15.8.3",
		"lucide-react": "^0.544.0",
		"next": "16.1.1",
		"next-themes": "^0.4.6",
		"react": "^19.2.3",
		"react-dom": "^19.2.3",
		"shiki": "^3.16.0",
		"tailwind-merge": "^3.3.1"
	},
	"devDependencies": {
		"@tailwindcss/postcss": "^4.1.14",
		"@types/mdx": "^2.0.13",
		"@types/node": "24.6.2",
		"@types/react": "^19.2.1",
		"@types/react-dom": "^19.2.1",
		"postcss": "^8.5.6",
		"tailwindcss": "^4.1.14",
		"tsx": "^4.19.2",
		"tw-animate-css": "^1.4.0",
		"typescript": "^5.9.3"
	}
}