-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 985 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
38
39
40
41
{
"name": "next-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"axios": "^1.5.1",
"dayjs": "^1.11.9",
"gray-matter": "^4.0.3",
"highlight.js": "^11.8.0",
"next": "13.4.10",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-slick": "^0.29.0",
"rehype": "^12.0.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-rehype": "^10.1.0",
"styled-components": "^6.0.5",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/react-slick": "^0.23.11",
"glob": "^10.3.3",
"reading-time": "^1.5.0",
"slick-carousel": "^1.8.1"
}
}