-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 KB
/
package.json
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
{
"name": "ericpelz",
"private": true,
"description": "Eric Pelz - personal site",
"version": "0.2.0",
"author": "Eric Pelz <contact@ericpelz.com>",
"bugs": {
"url": "https://github.com/epelz/ericpelz.com/issues"
},
"homepage": "https://www.ericpelz.com/",
"license": "MIT",
"main": "n/a",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@vercel/analytics": "^1.0.2",
"date-fns": "^2.29.3",
"eslint-config-prettier": "^9.0.0",
"gray-matter": "^4.0.3",
"next": "^14.0.3",
"prettier": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-rehype": "^11.0.0",
"typography": "^0.16.21",
"typography-theme-github": "^0.16.19"
},
"devDependencies": {
"@types/node": "^20.5.6",
"@types/react": "^18.2.21",
"@types/typography": "^0.16.4",
"eslint": "^8.47.0",
"eslint-config-next": "^14.0.3",
"unist-util-visit": "^5.0.0"
}
}