-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "ethanblog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"marked": "^15.0.0",
"next": "14.2.7",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-slick": "^0.30.3",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.42",
"tailwindcss": "^3.4.10",
"typescript": "^5"
}
}