{ "name": "diagram-ph-frontend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "@hookform/resolvers": "^5.2.2", "@types/node": "^24.8.1", "@types/react": "^19.2.2", "axios": "^1.12.2", "lucide-react": "^0.546.0", "next": "^15.5.6", "react": "^19.2.0", "react-dom": "^19.2.0", "react-hook-form": "^7.65.0", "recharts": "^3.3.0", "typescript": "^5.9.3", "zod": "^4.1.12" }, "devDependencies": { "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "tailwindcss": "^3.4.18" } }