{
  "name": "data-hub",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev --port 3002",
    "build": "next build",
    "start": "next start --port 3002",
    "lint": "eslint"
  },
  "dependencies": {
    "@duckdb/node-api": "^1.5.2-r.1",
    "@duckdb/node-bindings-linux-x64": "^1.5.2-r.1",
    "chroma-js": "^3.1.2",
    "lucide-react": "^0.469.0",
    "maplibre-gl": "^4.7.1",
    "next": "16.2.4",
    "react": "19.2.4",
    "react-dom": "19.2.4"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/chroma-js": "^2.4.4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "16.2.4",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
