{ "name": "junggomoa-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start -p 3000" }, "dependencies": { "next": "14.2.16", "react": "18.3.1", "react-dom": "18.3.1", "react-plotly.js": "2.6.0", "plotly.js-dist-min": "2.35.2", "zustand": "4.5.5", "lucide-react": "0.453.0", "clsx": "2.1.1", "tailwind-merge": "2.5.4" }, "devDependencies": { "@types/node": "20.16.10", "@types/react": "18.3.11", "@types/react-dom": "18.3.0", "@types/react-plotly.js": "2.6.3", "autoprefixer": "10.4.20", "postcss": "8.4.47", "tailwindcss": "3.4.13", "typescript": "5.6.2" } }