New Files

This commit is contained in:
Firq 2023-01-15 17:53:19 +01:00
parent 91feb849fa
commit b62ede67d4
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
63 changed files with 9798 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.9.0"
}
}