claude-hindsight 2.4.0

20/20 hindsight for your Claude Code sessions
Documentation
{
  "name": "hindsight-web",
  "version": "2.4.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "lucide-react": "^0.575.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-force-graph-3d": "^1.29.1",
    "react-router-dom": "^7.1.0"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.2.0",
    "@types/node": "^25",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/three": "^0.183.1",
    "@vitejs/plugin-react": "^4.3.0",
    "postcss": "^8.4.49",
    "tailwindcss": "^4.2.0",
    "typescript": "^5",
    "vite": "^6.0.0"
  }
}