{ "name": "lm-chat-frontend", "version": "1.0.0", "dependencies": { "katex": "^0.16.22", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^15.6.1", "rehype-katex": "^7.0.1", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "vite": "^4.0.0" }, "scripts": { "dev": "vite --host" }, "devDependencies": { "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "tailwindcss": "^4.1.12" } }