quantum-assistant / package.json
github-actions[bot]
Deploy demo from GitHub Actions - 2025-12-24 02:23:20
6cdce85
{
"name": "quantum-assistant-demo",
"version": "1.0.0",
"description": "Interactive demo for Quantum Assistant - Multimodal VLM for Quantum Computing",
"private": true,
"scripts": {
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@types/react-katex": "^3.0.4",
"clsx": "^2.1.0",
"katex": "^0.16.27",
"lucide-react": "^0.400.0",
"monaco-editor": "^0.55.1",
"next": "^14.2.0",
"prop-types": "^15.8.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-katex": "^3.1.0",
"react-markdown": "^9.0.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.0"
}
}