Init astro

This commit is contained in:
aronmal 2023-08-21 21:41:04 +02:00
parent ba1b1d7080
commit 10e8f6a7de
Signed by: aronmal
GPG key ID: 816B7707426FC612
148 changed files with 3821 additions and 137 deletions

15
package.json Normal file
View file

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