FUJI/package.json
2023-02-23 19:16:45 +08:00

19 lines
345 B
JSON

{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^2.1.1",
"astro": "^2.0.11",
"md5": "^2.3.0",
"rehype": "^12.0.1",
"unist-util-visit": "^4.1.2"
}
}