-
Notifications
You must be signed in to change notification settings - Fork 640
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.44 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
{
"name": "web",
"private": true,
"scripts": {
"dev": "next dev -p 3001 --turbopack",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true pnpm build",
"clean": "git clean -xdf .cache .turbo dist node_modules",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@arcjet/next": "1.0.0-beta.1",
"@radix-ui/react-icons": "^1.3.2",
"@repo/cms": "workspace:*",
"@repo/design-system": "workspace:*",
"@repo/email": "workspace:*",
"@repo/feature-flags": "workspace:*",
"@repo/next-config": "workspace:*",
"@repo/observability": "workspace:*",
"@repo/rate-limit": "workspace:*",
"@repo/security": "workspace:*",
"@repo/seo": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@sentry/nextjs": "^8.50.0",
"@t3-oss/env-nextjs": "^0.11.1",
"date-fns": "^4.1.0",
"fumadocs-core": "^14.7.7",
"import-in-the-middle": "^1.12.0",
"lucide-react": "^0.473.0",
"mdx-bundler": "^10.0.3",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-wrap-balancer": "^1.1.1",
"require-in-the-middle": "^7.5.0",
"sharp": "^0.33.5",
"shiki": "^2.0.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}