-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "liuzhch1.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next dev --turbopack",
"build": "tsx src/scripts/generate-rss.ts && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-fns/tz": "^1.2.0",
"date-fns": "^3.6.0",
"feed": "^4.2.2",
"hastscript": "^9.0.0",
"medium-zoom": "^1.1.0",
"next": "^15.1.6",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-highlight": "^7.0.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-rehype": "^11.1.1",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@shikijs/rehype": "^1.29.2",
"@types/node": "^22.13.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^9.19.0",
"eslint-config-next": "15.0.1",
"gray-matter": "^4.0.3",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"shiki": "^1.29.2",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
}