-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
89 lines (89 loc) · 2.4 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "ddadaal.me",
"version": "2.0.0",
"private": true,
"scripts": {
"changemark": "tsx data/changemark.mts",
"dev:next": "next dev",
"dev:data": "pnpm changemark watch",
"dev": "concurrently \"npm:dev:*\"",
"build:data": "pnpm changemark build",
"build:next": "next build",
"build:sitemap": "next-sitemap",
"build": "rimraf out && pnpm build:data && pnpm build:next && next-sitemap",
"start": "next start",
"lint": "eslint .",
"serve": "serve out"
},
"dependencies": {
"@ddadaal/eslint-config": "2.3.0",
"@node-rs/jieba": "2.0.1",
"@octokit/rest": "21.0.2",
"@stefanprobst/rehype-extract-toc": "2.2.1",
"@tailwindcss/typography": "0.5.15",
"@types/luxon": "3.4.2",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"chokidar": "4.0.1",
"classnames": "2.5.1",
"daisyui": "4.12.22",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0",
"gitalk": "1.8.0",
"gray-matter": "4.0.3",
"hastscript": "9.0.0",
"image-size": "1.1.1",
"luxon": "3.5.0",
"mime-types": "2.1.35",
"minisearch": "7.1.1",
"next": "15.1.0",
"next-sitemap": "4.2.3",
"photoswipe": "5.4.4",
"postcss": "8.4.49",
"postcss-nested": "7.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.4.0",
"react-photoswipe-gallery": "3.0.2",
"react-typed-i18n": "2.4.1",
"reading-time": "1.5.0",
"rehype-pretty-code": "0.14.0",
"rehype-raw": "7.0.0",
"rehype-react": "8.0.0",
"rehype-rewrite": "4.0.2",
"rehype-slug": "6.0.0",
"rehype-stringify": "10.0.1",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"remark-toc": "9.0.0",
"rss": "1.2.2",
"serve": "14.2.4",
"server-only": "0.0.1",
"shiki": "1.24.2",
"simstate": "3.0.1",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"unified": "11.0.5"
},
"devDependencies": {
"@azure/ai-language-text": "1.1.0",
"@types/mime-types": "2.1.4",
"@types/node": "20.14.10",
"@types/rss": "0.0.32",
"concurrently": "9.1.0",
"dotenv": "16.4.7",
"envalid": "8.0.0",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"tsx": "4.19.2"
},
"packageManager": "pnpm@9.2.0",
"pnpm": {
"patchedDependencies": {
"gitalk@1.8.0": "patches/gitalk@1.8.0.patch"
}
}
}