Initial website — Astro + Tailwind + Sanity schema, 9 pages

This commit is contained in:
2026-06-04 15:53:52 +00:00
commit 1d1492e611
33 changed files with 7472 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "kitafreunde-regenbogen",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@portabletext/to-html": "^5.0.2",
"@sanity/client": "^7.22.1",
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.4.4",
"tailwindcss": "^4.3.0"
}
}