CTA / frontend /package.json
TheQuantEd's picture
Initial deployment: ClinicalMatch AI v2.0 — FHIR R4 · MCP (9 tools) · A2A workflow · SHARP compliance · 100k synthetic patients · Neo4j graph · GraphRAG chatbot
59abb4f
raw
history blame contribute delete
778 Bytes
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"prewarm": "node scripts/prewarm.mjs",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"autoprefixer": "^10.5.0",
"clsx": "^2.1.1",
"geist": "^1.7.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.511.0",
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-leaflet": "^5.0.0",
"recharts": "^2.15.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.19",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}