{
  "name": "kohfrontline",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint"
  },
  "dependencies": {
    "bcryptjs": "^3.0.2",
    "chart.js": "^4.5.1",
    "csv-parse": "^6.1.0",
    "d3": "^7.9.0",
    "dotenv": "^17.4.2",
    "framer-motion": "^12.23.12",
    "geojson": "^0.5.0",
    "multer": "^2.0.2",
    "next": "15.5.2",
    "pg": "^8.22.0",
    "react": "19.1.0",
    "react-chartjs-2": "^5.3.1",
    "react-dom": "19.1.0",
    "recharts": "^3.4.1",
    "topojson-client": "^3.1.0",
    "uuid": "^13.0.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@svgr/webpack": "^8.1.0",
    "@tailwindcss/postcss": "^4",
    "@types/bcryptjs": "^2.4.6",
    "@types/d3": "^7.4.3",
    "@types/dotenv": "^6.1.1",
    "@types/multer": "^2.0.0",
    "@types/node": "^20.19.31",
    "@types/pg": "^8.15.5",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/topojson-client": "^3.1.5",
    "@types/uuid": "^10.0.0",
    "daisyui": "^5.1.6",
    "eslint": "^9",
    "eslint-config-next": "15.5.2",
    "tailwindcss": "^4",
    "ts-node": "^10.9.2",
    "typescript": "^5"
  }
}
