{
  "name": "diagnostico-app",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@types/axios": "^0.14.0",
    "@types/chart.js": "^2.9.39",
    "@types/react-chartjs-2": "^2.5.7",
    "@types/react-gauge-chart": "^0.4.2",
    "animate.css": "^4.1.1",
    "axios": "^1.5.1",
    "chart.js": "^4.4.0",
    "chartjs-plugin-datalabels": "^2.2.0",
    "html2canvas": "^1.4.1",
    "jspdf": "^2.5.1",
    "lodash": "^4.17.21",
    "next": "13.5.5",
    "react": "^18",
    "react-chartjs-2": "^5.2.0",
    "react-dom": "^18",
    "react-gauge-chart": "^0.4.1",
    "react-gauge-component": "^1.1.22",
    "react-hot-toast": "^2.4.1",
    "react-select": "^5.7.7"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "autoprefixer": "^10",
    "daisyui": "^3.9.4",
    "eslint": "^8",
    "eslint-config-next": "13.5.5",
    "postcss": "^8",
    "tailwindcss": "^3",
    "typescript": "^5"
  }
}
