{
  "name": "web",
  "version": "0.0.1",
  "type": "module",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@effect/platform": "^0.91.1",
    "@effect/platform-node": "^0.97.0",
    "@effect/sql": "^0.45.0",
    "@effect/sql-pg": "^0.46.0",
    "@t3-oss/env-nextjs": "^0.13.8",
    "@workspace/api": "workspace:*",
    "@workspace/database": "workspace:*",
    "@workspace/ui": "workspace:*",
    "effect": "^3.17.14",
    "lucide-react": "^0.546.0",
    "next": "16.0.1-canary.6",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "server-only": "^0.0.1"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.15",
    "babel-plugin-react-compiler": "^1.0.0",
    "@types/node": "^24.9.1",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "@workspace/typescript-config": "workspace:*",
    "tailwindcss": "^4.1.15",
    "typescript": "^5.9.2"
  }
}
