{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@xyflow/react": "12.10.2", "next": "16.2.1", "react": "19.2.4", "react-dom": "19.2.4", "react-markdown": "10.1.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.0", "@types/node": "20.0.0", "@types/react": "19.0.0", "@types/react-dom": "19.0.0", "tailwindcss": "^4.1.0", "typescript": "^5.0.0" } }