-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.36 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.36 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "personal-website-v11",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "oxlint --type-aware",
"format": "oxfmt",
"typecheck": "tsc --noEmit",
"email:dev": "email dev --dir src/emails",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"doctor": "npx react-doctor@latest"
},
"dependencies": {
"@fancyapps/ui": "^6.1.14",
"@hono/zod-validator": "^0.8.0",
"@hugeicons/core-free-icons": "^4.1.4",
"@libsql/client": "^0.17.3",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.2.6",
"@opentelemetry/api-logs": "^0.218.0",
"@opentelemetry/instrumentation": "^0.218.0",
"@opentelemetry/sdk-logs": "^0.218.0",
"@react-email/ui": "^6.1.4",
"@sentry/nextjs": "^10",
"@shikijs/rehype": "^4.0.2",
"@t3-oss/env-nextjs": "^0.13.11",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^2.0.1",
"@vercel/otel": "^2.1.2",
"@vercel/speed-insights": "^2.0.0",
"better-auth": "^1.6.11",
"better-result": "^2.9.2",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.2",
"evlog": "^2.17.0",
"feed": "^5.2.1",
"grab": "^0.1.44",
"gray-matter": "^4.0.3",
"hono": "^4.12.19",
"next": "16.2.6",
"postcss": "^8.5.14",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-email": "^6.1.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-code-title": "^0.2.5",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"resend": "^6.12.3",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^25.8.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"drizzle-kit": "^0.31.10",
"oxclippy": "^0.2.0",
"oxfmt": "^0.50.0",
"oxlint": "^1.65.0",
"oxlint-tsgolint": "^0.22.1",
"react-doctor": "^0.2.8",
"react-grab": "^0.1.44",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}