-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 882 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
{
"name": "x7md-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev --host",
"build": "astro check && astro build",
"preview": "astro preview --host",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.1",
"@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.1",
"astro": "^4.15.12",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.13.0",
"rehype-rewrite": "^3.0.6",
"rehype-wrap-all": "^1.1.0",
"remark-flexible-code-titles": "^1.1.2",
"remark-unwrap-images": "^3.0.1",
"shikiji": "^0.8.0",
"typescript": "^5.3.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}