Files
kitafreunde-regenbogen/package.json

22 lines
433 B
JSON

{
"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"
}
}