diff --git a/bun.lockb b/bun.lockb index 7d464b6..6380595 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2bd89c9..1104cf5 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ }, "dependencies": { "@cloudflare/vite-plugin": "^1.25.5", + "@codemirror/lang-markdown": "^6.5.0", + "@codemirror/theme-one-dark": "^6.1.3", "@hookform/resolvers": "^5.2.2", "@lovable.dev/cloud-auth-js": "^1.1.1", "@radix-ui/react-accordion": "^1.2.12", @@ -47,6 +49,7 @@ "@tanstack/react-router": "^1.168.0", "@tanstack/react-start": "^1.167.14", "@tanstack/router-plugin": "^1.167.10", + "@uiw/react-codemirror": "^4.25.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", @@ -60,8 +63,10 @@ "react-dom": "^19.2.0", "react-hook-form": "^7.72.1", "react-imask": "^7.6.1", + "react-markdown": "^10.1.0", "react-resizable-panels": "^4.6.5", "recharts": "^2.15.4", + "remark-gfm": "^4.0.1", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.1",