-
-
Notifications
You must be signed in to change notification settings - Fork 638
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.63 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@openstatus/status-page",
"version": "1.0.0",
"private": true,
"scripts": {
"env": "bun env.ts",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "0.40.0",
"@auth/drizzle-adapter": "1.10.0",
"@date-fns/tz": "1.2.0",
"@date-fns/utc": "2.1.0",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "9.0.0",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@hookform/devtools": "4.4.0",
"@hookform/resolvers": "5.1.0",
"@libsql/client": "0.15.15",
"@openpanel/nextjs": "1.2.0",
"@openstatus/analytics": "workspace:*",
"@openstatus/api": "workspace:*",
"@openstatus/db": "workspace:*",
"@openstatus/emails": "workspace:*",
"@openstatus/error": "workspace:*",
"@openstatus/locales": "workspace:*",
"@openstatus/react": "workspace:*",
"@openstatus/theme-store": "workspace:*",
"@openstatus/tinybird": "workspace:*",
"@openstatus/tracker": "workspace:*",
"@openstatus/ui": "workspace:*",
"@openstatus/utils": "workspace:*",
"@radix-ui/react-dropdown-menu": "2.1.15",
"@radix-ui/react-hover-card": "1.1.14",
"@sentry/nextjs": "10.31.0",
"@stripe/stripe-js": "2.1.6",
"@tanstack/react-query": "5.81.5",
"@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",
"@trpc/tanstack-react-query": "11.4.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"date-fns": "3.6.0",
"feed": "4.2.2",
"lucide-react": "0.525.0",
"next": "16.1.6",
"next-auth": "5.0.0-beta.29",
"next-intl": "^4.8.3",
"next-plausible": "3.12.5",
"next-themes": "0.4.6",
"nuqs": "2.8.5",
"react": "19.2.3",
"react-day-picker": "8.10.1",
"react-dom": "19.2.3",
"react-hook-form": "7.68.0",
"recharts": "2.15.0",
"rehype-react": "8.0.0",
"remark-gfm": "4.0.1",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"sonner": "2.0.5",
"superjson": "2.2.2",
"tailwind-merge": "3.3.1",
"unified": "11.0.5",
"zod": "4.1.13"
},
"devDependencies": {
"@openstatus/tsconfig": "workspace:*",
"@tailwindcss/postcss": "4.1.11",
"@tailwindcss/typography": "0.5.10",
"@types/dom-speech-recognition": "0.0.6",
"@types/node": "24.0.8",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"shadcn": "3.8.4",
"tailwindcss": "4.1.11",
"tw-animate-css": "1.3.4",
"typescript": "5.9.3"
}
}