-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.8 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
{
"name": "moonwith",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"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"
},
"dependencies": {
"@content-collections/cli": "0.1.2",
"@content-collections/core": "0.11.0",
"@content-collections/mdx": "0.2.2",
"@content-collections/next": "0.2.7",
"@opennextjs/cloudflare": "^1.6.5",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "24.3.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.8.5",
"autoprefixer": "10.4.19",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"linkify-react": "^4.3.2",
"lucide-react": "^0.539.0",
"next": "15.4.10",
"next-themes": "^0.4.6",
"postcss": "8.4.38",
"react": "18.3.1",
"react-dom": "18.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.4.5",
"zod": "^4.0.17"
},
"devDependencies": {
"concurrently": "^9.2.1",
"wrangler": "^4.32.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"unrs-resolver",
"workerd"
]
},
"packageManager": "pnpm@10.15.0+sha256.84c19e788d7d7ee248e4a6b7152f8ebba0f4fe7380a5f443ca17d76c030052d2"
}