-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1005 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
35
36
37
38
39
40
{
"name": "mirth",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.16.1",
"@astrojs/mdx": "^0.17.2",
"@astrojs/rss": "^2.3.0",
"@astrojs/sitemap": "^1.1.0",
"@astrojs/svelte": "^2.1.0",
"@astrojs/turbolinks": "^0.2.1",
"astro": "^2.3.0",
"astro-compress": "^2.0.15",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-icon": "^0.8.0",
"astro-m2dx": "^0.7.15",
"astro-webmanifest": "^0.5.1",
"import": "^0.0.6",
"markdown-it": "^13.0.1",
"rehype-katex": "^6.0.2",
"remark-directive": "^2.0.1",
"remark-math": "^5.1.1",
"rollup": "^3.19.1",
"sanitize-html": "^2.10.0",
"sharp": "^0.31.3",
"shiki": "^0.14.1",
"svelte": "^3.54.0",
"unist-util-visit": "^4.1.2"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3"
}
}