-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.44 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
{
"name": "jomurgel-learn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"postbuild": "next-sitemap"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.8",
"@next/third-parties": "^14.2.5",
"@rehype-pretty/transformers": "^0.13.2",
"@types/mdx": "^2.0.13",
"date-fns": "^3.6.0",
"granim": "^2.0.0",
"gray-matter": "^4.0.3",
"next": "^14.2.13",
"next-mdx-remote": "^5.0.0",
"next-mdx-remote-client": "^1.0.3",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-masonry-css": "^1.0.16",
"react-plock": "^3.2.0",
"react-share": "^5.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-prism": "^2.3.2",
"rehype-prism-plus": "^2.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"rss": "^1.2.2"
},
"devDependencies": {
"@types/granim": "^2.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/rss": "^0.0.32",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"fs": "^0.0.1-security",
"sass": "^1.77.8",
"slugify": "^1.6.6",
"typescript": "^5"
}
}