-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 1.12 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
{
"name": "ax",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro build && npm run postbuild && astro preview",
"start": "astro preferences disable devToolbar && astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postbuild": "pagefind --site dist"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.0.5",
"@expressive-code/plugin-collapsible-sections": "^0.33.5",
"@microflash/remark-callout-directives": "^4.1.0",
"@microflash/remark-figure-caption": "^2.0.2",
"astro": "^4.14.5",
"astro-expressive-code": "^0.33.5",
"dayjs": "^1.11.13",
"hastscript": "^9.0.0",
"markdown-it": "^14.0.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"remark": "^15.0.1",
"remark-directive": "^3.0.0",
"remark-html": "^16.0.1",
"sanitize-html": "^2.12.1",
"tiny-invariant": "^1.3.3",
"unist-util-visit": "^5.0.0",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"pagefind": "^1.0.4"
}
}