{ "name": "@openstatus/web", "version": "1.0.0", "private": true, "scripts": { "env": "bun env.ts", "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "tsc": "tsc --noEmit" }, "dependencies": { "@auth/core": "0.40.0", "@auth/drizzle-adapter": "1.10.0", "@google-cloud/tasks": "4.0.1", "@hookform/resolvers": "5.1.0", "@libsql/client": "0.15.15", "@openpanel/nextjs": "1.0.8", "@openstatus/analytics": "workspace:*", "@openstatus/api": "workspace:*", "@openstatus/assertions": "workspace:*", "@openstatus/db": "workspace:*", "@openstatus/emails": "workspace:*", "@openstatus/error": "workspace:*", "@openstatus/header-analysis": "workspace:*", "@openstatus/icons": "workspace:*", "@openstatus/notification-discord": "workspace:*", "@openstatus/notification-emails": "workspace:*", "@openstatus/notification-ntfy": "workspace:*", "@openstatus/notification-opsgenie": "workspace:*", "@openstatus/notification-pagerduty": "workspace:*", "@openstatus/notification-slack": "workspace:*", "@openstatus/notification-webhook": "workspace:*", "@openstatus/react": "workspace:*", "@openstatus/regions": "workspace:*", "@openstatus/theme-store": "workspace:*", "@openstatus/tinybird": "workspace:*", "@openstatus/tracker": "workspace:*", "@openstatus/ui": "workspace:*", "@openstatus/upstash": "workspace:*", "@openstatus/utils": "workspace:*", "@radix-ui/react-portal": "1.1.9", "@sentry/nextjs": "10.31.0", "@stripe/stripe-js": "2.1.6", "@t3-oss/env-nextjs": "0.7.0", "@tailwindcss/container-queries": "0.1.1", "@tailwindcss/typography": "0.5.10", "@tanstack/react-query": "5.81.5", "@tanstack/react-query-devtools": "5.80.7", "@tanstack/react-table": "8.21.3", "@trpc/client": "11.4.4", "@trpc/next": "11.4.4", "@trpc/react-query": "11.4.4", "@trpc/server": "11.4.4", "@upstash/qstash": "2.6.2", "@upstash/redis": "1.22.1", "@vercel/blob": "0.23.3", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "cmdk": "1.1.1", "cobe": "0.6.3", "date-fns": "2.30.0", "date-fns-tz": "2.0.0", "feed": "4.2.2", "lucide-react": "0.525.0", "nanoid": "5.0.7", "next": "16.0.10", "next-auth": "5.0.0-beta.29", "next-mdx-remote": "5.0.0", "next-plausible": "3.12.5", "next-themes": "0.4.6", "nuqs": "2.8.5", "random-word-slugs": "0.1.7", "react": "19.2.3", "react-day-picker": "8.10.1", "react-dom": "19.2.3", "react-hook-form": "7.68.0", "react-medium-image-zoom": "5.4.0", "react-tweet": "3.2.1", "reading-time": "1.5.0", "recharts": "2.15.0", "resend": "6.6.0", "sanitize-html": "2.17.0", "schema-dts": "1.1.5", "shiki": "0.14.4", "slugify": "1.6.6", "sonner": "2.0.5", "stripe": "13.8.0", "sugar-high": "0.9.5", "superjson": "2.2.2", "tailwind-merge": "3.3.1", "tailwindcss-animate": "1.0.7", "zod": "4.1.13" }, "devDependencies": { "@openstatus/tsconfig": "workspace:*", "@tailwindcss/postcss": "4.1.11", "@types/node": "24.0.8", "@types/react": "19.2.2", "@types/react-dom": "19.2.2", "@types/sanitize-html": "2.16.0", "postcss": "8.4.38", "rehype-autolink-headings": "7.1.0", "rehype-slug": "5.1.0", "tailwindcss": "4.1.11", "typescript": "5.9.3", "unified": "11.0.5" } }