initial astro env

This commit is contained in:
Ethan Holz
2023-10-25 11:21:05 -05:00
parent 771fce09f4
commit 49f052621e
7 changed files with 6975 additions and 18 deletions

View File

@@ -1,7 +1,17 @@
{
"name": "grlx-starlight",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0"
"@astrojs/starlight": "^0.11.1",
"astro": "^3.2.3",
"sharp": "^0.32.5"
}
}