-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 970 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 970 Bytes
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
{
"name": "jeseromero-com",
"version": "1.0.0",
"description": "Jesé Romero — personal site",
"private": true,
"packageManager": "pnpm@10.33.4",
"engines": {
"node": ">=20.3.0"
},
"scripts": {
"dev": "next dev -p 4433",
"build": "next build",
"start": "next start -p 4433",
"lint": "next lint"
},
"dependencies": {
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.0",
"@vercel/analytics": "^2.0.1",
"js-yaml": "^4.1.0",
"next": "^16.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"resend": "^6.12.3",
"shiki": "^1.24.0",
"unified": "^11.0.5",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^20.17.0",
"@types/react": "19.2.15",
"typescript": "6.0.3"
}
}