-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.71 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
{
"name": "blog",
"version": "1.0.0",
"private": true,
"license": "MIT",
"description": "Huanfei's blog",
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write .",
"lint": "next lint",
"start": "next start"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@giscus/react": "^3.0.0",
"@iconify-json/mingcute": "^1.2.0",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.14",
"eslint-config-prettier": "^8.10.0",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"hast-util-to-html": "^9.0.3",
"highlight.js": "^11.10.0",
"holy-loader": "^2.3.7",
"next": "^14.2.14",
"next-themes": "^0.2.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"reading-time-estimator": "^1.11.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"unified": "^11.0.5"
}
}