-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 857 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
{
"name": "blog",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^7.4.0",
"@mantine/hooks": "^7.4.0",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"hast-util-to-string": "^1.0.4",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-gfm": "^4.0.0",
"remark-html": "^15.0.1",
"remark-rehype": "^10.1.0",
"sass": "^1.49.9",
"shiki": "^0.2.7",
"unified": "^10.1.2",
"unist-builder": "^2.0.3",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"postcss-preset-mantine": "^1.12.3"
}
}