Openstatus
www.openstatus.dev
1{
2 "name": "@openstatus/web",
3 "version": "1.0.0",
4 "private": true,
5 "scripts": {
6 "env": "bun env.ts",
7 "dev": "next dev",
8 "build": "next build",
9 "start": "next start",
10 "lint": "next lint",
11 "tsc": "tsc --noEmit"
12 },
13 "dependencies": {
14 "@auth/core": "0.40.0",
15 "@auth/drizzle-adapter": "1.10.0",
16 "@google-cloud/tasks": "4.0.1",
17 "@hookform/resolvers": "4.1.3",
18 "@libsql/client": "0.15.14",
19 "@openpanel/nextjs": "1.0.8",
20 "@openstatus/analytics": "workspace:*",
21 "@openstatus/api": "workspace:*",
22 "@openstatus/assertions": "workspace:*",
23 "@openstatus/db": "workspace:*",
24 "@openstatus/emails": "workspace:*",
25 "@openstatus/error": "workspace:*",
26 "@openstatus/header-analysis": "workspace:*",
27 "@openstatus/icons": "workspace:*",
28 "@openstatus/notification-discord": "workspace:*",
29 "@openstatus/notification-emails": "workspace:*",
30 "@openstatus/notification-ntfy": "workspace:*",
31 "@openstatus/notification-opsgenie": "workspace:*",
32 "@openstatus/notification-pagerduty": "workspace:*",
33 "@openstatus/notification-slack": "workspace:*",
34 "@openstatus/notification-webhook": "workspace:*",
35 "@openstatus/react": "workspace:*",
36 "@openstatus/regions": "workspace:*",
37 "@openstatus/theme-store": "workspace:*",
38 "@openstatus/tinybird": "workspace:*",
39 "@openstatus/tracker": "workspace:*",
40 "@openstatus/ui": "workspace:*",
41 "@openstatus/upstash": "workspace:*",
42 "@openstatus/utils": "workspace:*",
43 "@radix-ui/react-portal": "1.1.9",
44 "@sentry/nextjs": "10.22.0",
45 "@stripe/stripe-js": "2.1.6",
46 "@t3-oss/env-nextjs": "0.7.0",
47 "@tailwindcss/container-queries": "0.1.1",
48 "@tailwindcss/typography": "0.5.10",
49 "@tanstack/react-query": "5.81.5",
50 "@tanstack/react-query-devtools": "5.80.7",
51 "@tanstack/react-table": "8.21.3",
52 "@trpc/client": "11.4.4",
53 "@trpc/next": "11.4.4",
54 "@trpc/react-query": "11.4.4",
55 "@trpc/server": "11.4.4",
56 "@unkey/api": "0.26.1",
57 "@upstash/qstash": "2.6.2",
58 "@upstash/redis": "1.22.1",
59 "@vercel/blob": "0.23.3",
60 "class-variance-authority": "0.7.1",
61 "clsx": "2.1.1",
62 "cmdk": "1.1.1",
63 "cobe": "0.6.3",
64 "date-fns": "2.30.0",
65 "date-fns-tz": "2.0.0",
66 "feed": "4.2.2",
67 "lucide-react": "0.525.0",
68 "nanoid": "5.0.7",
69 "next": "16.0.7",
70 "next-auth": "5.0.0-beta.29",
71 "next-mdx-remote": "5.0.0",
72 "next-plausible": "3.12.4",
73 "next-themes": "0.4.6",
74 "nuqs": "2.4.3",
75 "random-word-slugs": "0.1.7",
76 "react": "19.2.1",
77 "react-day-picker": "8.10.1",
78 "react-dom": "19.2.1",
79 "react-hook-form": "7.66.1",
80 "react-medium-image-zoom": "5.4.0",
81 "react-tweet": "3.2.1",
82 "reading-time": "1.5.0",
83 "recharts": "2.15.0",
84 "resend": "4.0.1",
85 "schema-dts": "1.1.5",
86 "shiki": "0.14.4",
87 "sonner": "2.0.5",
88 "stripe": "13.8.0",
89 "sugar-high": "0.9.5",
90 "superjson": "2.2.2",
91 "tailwind-merge": "3.3.1",
92 "tailwindcss-animate": "1.0.7",
93 "zod": "3.25.76"
94 },
95 "devDependencies": {
96 "@openstatus/tsconfig": "workspace:*",
97 "@tailwindcss/postcss": "4.1.11",
98 "@types/node": "24.0.8",
99 "@types/react": "19.2.2",
100 "@types/react-dom": "19.2.2",
101 "postcss": "8.4.38",
102 "rehype-autolink-headings": "7.1.0",
103 "rehype-slug": "5.1.0",
104 "tailwindcss": "4.1.8",
105 "typescript": "5.7.2",
106 "unified": "11.0.5"
107 }
108}