-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.45 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.4",
"@radix-ui/react-icons": "^1.3.2",
"@repo/cms": "workspace:*",
"@repo/design-system": "workspace:*",
"@repo/email": "workspace:*",
"@repo/feature-flags": "workspace:*",
"@repo/internationalization": "workspace:*",
"@repo/next-config": "workspace:*",
"@repo/observability": "workspace:*",
"@repo/rate-limit": "workspace:*",
"@repo/security": "workspace:*",
"@repo/seo": "workspace:*",
"@sentry/nextjs": "^9.6.0",
"@t3-oss/env-nextjs": "^0.12.0",
"date-fns": "^4.1.0",
"fumadocs-core": "^15.1.0",
"import-in-the-middle": "^1.13.1",
"lucide-react": "^0.483.0",
"mdx-bundler": "^10.1.1",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.1.1",
"react-wrap-balancer": "^1.1.1",
"require-in-the-middle": "^7.5.2",
"sharp": "^0.33.5",
"shiki": "^3.2.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.13.10",
"@types/react": "19.0.11",
"@types/react-dom": "19.1.9",
"tailwindcss": "^4.0.14",
"typescript": "^5.8.2"
}
}