-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 790 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 790 Bytes
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
{
"name": "blog.katsick.cloud",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "pnpm build && astro preview",
"astro": "astro",
"postbuild": "pagefind --source dist/blog --bundle-dir ../pagefind"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/prefetch": "^0.2.3",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"astro": "^2.8.0",
"astro-compress": "^1.1.49",
"astro-compressor": "^0.4.0",
"astro-expressive-code": "^0.12.1",
"astro-robots-txt": "^0.5.0",
"markdown-it": "^13.0.1",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^0.12.0",
"reading-time": "^1.5.0",
"sanitize-html": "^2.11.0"
}
}