site: theme tokens, layout/header/footer, home page

This commit is contained in:
Matthew Meszaros
2026-05-25 16:37:17 +00:00
parent 45f51c2cbb
commit c9f2ae4a11
18 changed files with 7694 additions and 36 deletions
+3 -10
View File
@@ -1,7 +1,8 @@
{
"name": "astro-app",
"name": "warmbly-site",
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -9,18 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.1",
"@fontsource/inter": "^5.2.6",
"@fontsource/poppins": "^5.2.6",
"@tailwindcss/vite": "^4.1.10",
"astro": "^5.9.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"remixicon": "^4.6.0",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"@types/react": "^19.1.8"
}
}