This commit is contained in:
Zsolt Ero
2024-06-12 13:29:53 +02:00
parent bcbd052444
commit c17716223d
13 changed files with 3886 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "website_astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.10.2"
}
}