-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 958 Bytes
/
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
{
"name": "group-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && node ./scripts/generate-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.1",
"esbuild": "^0.17.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"gray-matter": "^4.0.3",
"image-size": "^1.0.2",
"mdx-bundler": "^9.2.1",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-citation": "^0.4.0",
"rehype-katex": "^6.0.2",
"rehype-preset-minify": "^6.0.0",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.1.0",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7"
}
}