Files
johannes.gasser 0d02c1f1c9
Build and Deploy / build-and-deploy (push) Successful in 7m33s
fix adapter
2026-05-18 11:25:03 +02:00

39 lines
1011 B
JSON

{
"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/node": "^10.1.1",
"@astrojs/react": "^5.0.4",
"@lucide/astro": "^1.14.0",
"@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",
"node-addon-api": "^8.7.0",
"node-gyp": "^12.3.0",
"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"
}
}