Finished version 1

This commit is contained in:
Rafael González
2022-01-07 22:21:53 -06:00
commit 67b686901b
51 changed files with 4354 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.22.5",
"autoprefixer": "^10.4.1",
"tailwindcss": "^3.0.10"
}
}