-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "nextjs-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 7541",
"build": "next build",
"start": "next start -p 7541",
"lint": "next lint"
},
"dependencies": {
"@designbycode/tailwindcss-text-stroke": "^1.2.1",
"@mapbox/rehype-prism": "^0.9.0",
"character-entities-legacy": "^3.0.0",
"gray-matter": "^4.0.3",
"html-react-parser": "^5.1.10",
"next": "14.2.4",
"prism": "^4.1.2",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"rehype": "^13.0.1",
"rehype-format": "^5.0.0",
"rehype-parse": "^9.0.0",
"rehype-prism": "^2.3.2",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-prism": "^1.3.6",
"remark-rehype": "^11.1.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}