feat: support markdown

This commit is contained in:
guanghechen 2024-07-10 16:17:23 +08:00
parent bd230ddd4f
commit 85d144a1e9
34 changed files with 2350 additions and 4 deletions

View file

@ -11,17 +11,26 @@
"format:write": "prettier . --write"
},
"dependencies": {
"@emotion/css": "11.11.2",
"@guanghechen/equal": "^1.0.0-alpha.6",
"@guanghechen/react-viewmodel": "^0.2.12",
"@headlessui/react": "^1.7.18",
"@icons-pack/react-simple-icons": "^9.4.0",
"@langchain/openai": "^0.0.25",
"@tailwindcss/typography": "^0.5.12",
"@yozora/ast": "^2.3.2",
"@yozora/ast-util": "^2.3.2",
"@yozora/parser-gfm-ex": "^2.3.2",
"@yozora/react-code-highlighter": "3.0.0-alpha.8",
"clsx": "^2.1.0",
"copy-to-clipboard": "^3.2.0",
"crypto-browserify": "^3.12.0",
"langchain": "^0.1.30",
"lucide-react": "^0.363.0",
"markdown-to-jsx": "^7.4.5",
"next": "14.1.4",
"next-themes": "^0.3.0",
"prism-react-renderer": "^2.3.1",
"process": "^0.11.10",
"react": "^18",
"react-dom": "^18",