-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1013 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1013 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
{
"name": "sol1archive-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "mkdir -p public/cv && cp cv/*.pdf public/cv/ && next dev",
"build": "mkdir -p public/cv && cp cv/*.pdf public/cv/ && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"date-fns": "^2.30.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.10",
"lucide-react": "^0.290.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype": "^12.0.0",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.0",
"rehype-slug": "^5.0.0",
"rehype-stringify": "^9.0.0",
"remark": "^14.0.0",
"remark-gfm": "^3.0.0",
"remark-math": "^5.0.0",
"remark-rehype": "^11.1.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"typescript": "^5.4.5"
}
}