-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.09 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
{
"name": "temple2001.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.19",
"@svgr/webpack": "^8.1.0",
"@types/node": "20.5.6",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vercel/og": "^0.6.2",
"autoprefixer": "10.4.15",
"contentlayer": "^0.3.4",
"eslint": "8.48.0",
"eslint-config-next": "^14.1.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"next": "^14.1.0",
"next-contentlayer": "^0.3.4",
"postcss": "8.4.28",
"pretendard": "^1.3.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype": "^13.0.1",
"rehype-pretty-code": "^0.10.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^3.0.1",
"remark-toc": "^9.0.0",
"remark-unwrap-images": "^4.0.0",
"sass": "^1.66.1",
"shiki": "^0.14.4",
"swr": "^2.2.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"overrides": {
"next-contentlayer": {
"next": "$next"
}
}
}