{ "name": "theater-ziefen-website", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", "migrate": "node --env-file=.env scripts/migrate-to-sanity.mjs" }, "dependencies": { "@astrojs/check": "^0.9.9", "@astrojs/react": "^5.0.4", "@portabletext/to-html": "^5.0.2", "@sanity/astro": "^3.4.0", "@sanity/client": "^7.22.0", "@sanity/image-url": "^2.1.1", "@sanity/vision": "^3.0.0", "@tailwindcss/vite": "^4.2.4", "astro": "^6.2.1", "react": "^19.2.5", "react-dom": "^19.2.5", "react-is": "^19.0.0", "sanity": "^5.24.0", "styled-components": "^6.1.19", "tailwindcss": "^4.2.4", "typescript": "^5.6.3", "vite": "^7" }, "devDependencies": { "@portabletext/markdown": "^1.2.0" } }