{
  "name": "@earth-now/web",
  "version": "0.1.0",
  "private": true,
  "description": "earth-now.co web dashboard — Next.js 14 App Router, live planetary counters",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "scripts": {
    "dev": "next dev -p 3000",
    "build": "next build",
    "start": "next start -p 3000",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "lint": "echo 'lint: covered by root header check (eslint config TBD)'"
  },
  "dependencies": {
    "@earth-now/counter": "workspace:*",
    "next": "^14.2.15",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@types/node": "^20.16.5",
    "@types/react": "^18.3.5",
    "@types/react-dom": "^18.3.0",
    "autoprefixer": "^10.4.20",
    "jsdom": "^24.1.3",
    "postcss": "^8.4.47",
    "tailwindcss": "^3.4.10",
    "typescript": "^5.5.4",
    "vitest": "^2.0.5"
  }
}
