-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 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
{
"name": "buape-com",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
"dev": "next dev",
"lint": "biome check . --write --diagnostic-level=warn",
"typecheck": "tsc --noEmit",
"start": "next start"
},
"dependencies": {
"@buape/cms": "^0.20251217.4",
"@payloadcms/live-preview-react": "3.68.5",
"@payloadcms/richtext-lexical": "3.68.5",
"@payloadcms/sdk": "3.68.5",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-toast": "1.2.14",
"@tailwindcss/typography": "0.5.16",
"class-variance-authority": "0.7.1",
"lucide-react": "0.534.0",
"next": "15.3.5",
"next-themes": "0.4.6",
"posthog-js": "^1.363.1",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-icons": "5.5.0",
"sharp": "0.34.3",
"sonner": "2.0.7",
"tailwindcss-animate": "1.0.7",
"zod": "4.0.14"
},
"devDependencies": {
"@biomejs/biome": "2.1.3",
"@opennextjs/cloudflare": "1.6.2",
"@tailwindcss/postcss": "4.1.11",
"@types/node": "24.1.0",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"clsx": "2.1.1",
"tailwind-merge": "3.3.1",
"tailwindcss": "4.1.11",
"typescript": "5.8.3",
"wrangler": "4.26.1"
},
"packageManager": "bun@1.3.1"
}