mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
19 lines
345 B
JSON
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"
|
|
}
|
|
}
|