-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 916 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
{
"name": "archives.yamanoku.net",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"prettier": "prettier --write .",
"generate-og-image": "node ogp/generate-og-image.mjs"
},
"dependencies": {
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"astro": "4.16.10",
"dayjs": "1.11.13",
"modern-normalize": "3.0.1",
"pagefind": "1.2.0",
"prism-themes": "1.9.0",
"tailwindcss": "3.4.14",
"yama-normalize": "1.12.0"
},
"devDependencies": {
"budoux": "0.6.3",
"gray-matter": "4.0.3",
"prettier": "3.3.3",
"puppeteer": "23.7.1",
"rehype-external-links": "3.0.0",
"rehype-plugin-auto-resolve-layout-shift": "1.0.0",
"rehype-plugin-image-native-lazy-loading": "1.2.0"
}
}