-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) ยท 1.53 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "hajoeun-blog",
"description": "hajoeun.com (blog)",
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^15.1.3",
"@next/third-parties": "^15.1.3",
"@vercel/analytics": "^1.3.1",
"@vercel/postgres": "^0.10.0",
"@vercel/speed-insights": "^1.0.12",
"date-fns": "^2.30.0",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"next": "^15.1.3",
"next-mdx-remote": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-tweet": "^3.2.1",
"react-wrap-balancer": "^0.2.4",
"react-youtube": "^10.1.0",
"rehype-pretty-code": "^0.13.2",
"rehype-stringify": "^10.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"rss": "^1.2.2",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^15.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"shiki": "^1.17.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}