Create basic structure

This commit is contained in:
PrototypeArea
2022-06-25 05:53:08 -04:00
parent 26118a62ec
commit 8821d08a60
17 changed files with 556 additions and 21 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tailwind-astro",
"version": "0.0.1",
"name": "@onwidget/astrowind",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",
@ -9,6 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^0.2.1",
"@astrojs/tailwind": "^0.2.1",
"astro": "^1.0.0-beta.53"
}