sempero / package.json
armand0e's picture
feat(markdown): add Prism-based syntax highlighting (rehype-prism-plus) and global theme; finalize LaTeX pipeline
ecbf6f1
{
"name": "qwen3-claude-opus-chat",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 7860"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.25.0",
"@radix-ui/react-collapsible": "1.1.3",
"@radix-ui/react-slot": "1.1.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"framer-motion": "11.15.0",
"lucide-react": "0.469.0",
"next": "15.5.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.3",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"rehype-katex": "^7.0.0",
"katex": "^0.16.11",
"rehype-prism-plus": "^2.0.0",
"prismjs": "^1.29.0",
"tailwind-merge": "2.6.0"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
}
}