-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.84 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.84 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
{
"name": "evanwu.dev",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"lint": "biome format --write",
"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": {
"@neondatabase/serverless": "^1.0.2",
"@next/third-parties": "16.0.0",
"@opennextjs/cloudflare": "^1.18.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-tooltip": "^1.2.8",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"lucide-react": "^0.555.0",
"motion": "^12.23.24",
"next": "^16.2.2",
"next-intl": "^4.5.6",
"next-mdx-remote-client": "^2.1.7",
"next-themes": "0.4.6",
"open-graph-scraper-lite": "2.1.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"reading-time": "1.5.0",
"resend": "^6.10.0",
"rough-notation": "0.5.1",
"rss": "1.2.2",
"server-only": "^0.0.1",
"shiki": "^3.13.0",
"tailwind-merge": "3.3.1",
"zod": "^4.1.13"
},
"patchedDependencies": {
"next-themes@0.4.6": "patches/next-themes@0.4.6.patch"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@tailwindcss/postcss": "^4.2.2",
"@types/mdx": "2.0.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/rss": "0.0.32",
"babel-plugin-react-compiler": "^1.0.0",
"postcss": "8.5.6",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vitest": "^4.1.3",
"wrangler": "^4.80.0"
}
}