Openstatus
www.openstatus.dev
1{
2 "name": "@openstatus/status-page",
3 "version": "1.0.0",
4 "private": true,
5 "scripts": {
6 "env": "bun env.ts",
7 "dev": "next dev --turbopack",
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 "@date-fns/tz": "1.2.0",
17 "@date-fns/utc": "2.1.0",
18 "@dnd-kit/core": "6.3.1",
19 "@dnd-kit/modifiers": "9.0.0",
20 "@dnd-kit/sortable": "10.0.0",
21 "@dnd-kit/utilities": "3.2.2",
22 "@hookform/devtools": "4.4.0",
23 "@hookform/resolvers": "5.1.0",
24 "@libsql/client": "0.15.15",
25 "@openpanel/nextjs": "1.0.8",
26 "@openstatus/analytics": "workspace:*",
27 "@openstatus/api": "workspace:*",
28 "@openstatus/db": "workspace:*",
29 "@openstatus/emails": "workspace:*",
30 "@openstatus/error": "workspace:*",
31 "@openstatus/react": "workspace:*",
32 "@openstatus/theme-store": "workspace:*",
33 "@openstatus/tinybird": "workspace:*",
34 "@openstatus/tracker": "workspace:*",
35 "@openstatus/utils": "workspace:*",
36 "@radix-ui/react-alert-dialog": "1.1.14",
37 "@radix-ui/react-avatar": "1.1.10",
38 "@radix-ui/react-checkbox": "1.3.2",
39 "@radix-ui/react-collapsible": "1.1.11",
40 "@radix-ui/react-dialog": "1.1.14",
41 "@radix-ui/react-dropdown-menu": "2.1.15",
42 "@radix-ui/react-hover-card": "1.1.14",
43 "@radix-ui/react-label": "2.1.7",
44 "@radix-ui/react-popover": "1.1.14",
45 "@radix-ui/react-portal": "1.1.9",
46 "@radix-ui/react-progress": "1.1.7",
47 "@radix-ui/react-radio-group": "1.3.7",
48 "@radix-ui/react-select": "2.2.5",
49 "@radix-ui/react-separator": "1.1.7",
50 "@radix-ui/react-slider": "1.3.5",
51 "@radix-ui/react-slot": "1.2.3",
52 "@radix-ui/react-switch": "1.2.5",
53 "@radix-ui/react-tabs": "1.1.12",
54 "@radix-ui/react-tooltip": "1.2.7",
55 "@sentry/nextjs": "10.31.0",
56 "@stripe/stripe-js": "2.1.6",
57 "@tanstack/react-query": "5.81.5",
58 "@tanstack/react-table": "8.21.3",
59 "@trpc/client": "11.4.4",
60 "@trpc/next": "11.4.4",
61 "@trpc/react-query": "11.4.4",
62 "@trpc/server": "11.4.4",
63 "@trpc/tanstack-react-query": "11.4.4",
64 "class-variance-authority": "0.7.1",
65 "clsx": "2.1.1",
66 "cmdk": "1.1.1",
67 "date-fns": "2.30.0",
68 "feed": "4.2.2",
69 "lucide-react": "0.525.0",
70 "next": "16.0.10",
71 "next-auth": "5.0.0-beta.29",
72 "next-plausible": "3.12.5",
73 "next-themes": "0.4.6",
74 "nuqs": "2.8.5",
75 "react": "19.2.3",
76 "react-day-picker": "8.10.1",
77 "react-dom": "19.2.3",
78 "react-hook-form": "7.68.0",
79 "recharts": "2.15.0",
80 "rehype-react": "8.0.0",
81 "remark-gfm": "4.0.1",
82 "remark-parse": "11.0.0",
83 "remark-rehype": "11.1.2",
84 "sonner": "2.0.5",
85 "superjson": "2.2.2",
86 "tailwind-merge": "3.3.1",
87 "unified": "11.0.5",
88 "zod": "4.1.13"
89 },
90 "devDependencies": {
91 "@openstatus/tsconfig": "workspace:*",
92 "@tailwindcss/postcss": "4.1.11",
93 "@tailwindcss/typography": "0.5.10",
94 "@types/dom-speech-recognition": "0.0.6",
95 "@types/node": "24.0.8",
96 "@types/react": "19.2.2",
97 "@types/react-dom": "19.2.2",
98 "shadcn": "2.7.0",
99 "tailwindcss": "4.1.11",
100 "tw-animate-css": "1.3.4",
101 "typescript": "5.9.3"
102 }
103}