-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 896 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
{
"name": "johnprk-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "node scripts/generate-redirects.mjs",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/three": "^0.161.2",
"date-fns": "3.6.0",
"gray-matter": "4.0.3",
"highlight.js": "11.10.0",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"rehype-highlight": "7.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "4.0.0",
"three": "^0.161.0"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"postcss": "8.4.39",
"tailwindcss": "3.4.6",
"typescript": "5.5.3"
}
}