{
  "name": "wit-hackathon",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "rm -rf out && next build",
    "deploy": "firebase deploy",
    "build:deploy": "bun run build && bun run deploy",
    "start": "next start",
    "lint": "biome lint --max-diagnostics 100",
    "lint:fix": "biome lint --write",
    "format": "biome check --linter-enabled=false --write",
    "format:check": "biome check --linter-enabled=false",
    "check": "biome check",
    "check:ci": "biome ci"
  },

  "dependencies": {
    "highcharts": "^12.4.0",
    "highcharts-react-official": "^3.2.3",
    "next": "16.2.6",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "zod": "^4.1.12",
    "csv-parse": "^6.1.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.2.4",
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
