-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.25 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
{
"name": "personal-portfolio-web-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"predev": "node scripts/generate-og-title-map.js",
"dev": "next dev",
"prebuild": "node scripts/generate-og-title-map.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@vercel/analytics": "^2.0.1",
"@vercel/og": "^0.8.5",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"katex": "^0.16.22",
"next": "15.5.9",
"next-mdx-remote": "^6.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"autoprefixer": "^10.4.21",
"eslint": "^9.33.0",
"eslint-config-next": "^15.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2"
}
}