plantit <0001fab4>

This commit is contained in:
manunamz
2023-09-27 10:15:26 -04:00
commit 8e2152a560
35 changed files with 7649 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "astro-wikibonsai",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"astro": "^3.1.4"
}
}