{ "name": "ooodmdk", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/node": "^9.2.2", "@astrojs/react": "^4.3.0", "@astrojs/tailwind": "^6.0.2", "@astrojs/vercel": "^8.2.0", "@portabletext/react": "^3.1.0", "@sanity/astro": "^3.1.6", "@sanity/client": "^6.21.3", "@sanity/visual-editing": "^2.1.9", "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", "astro": "^5.10.1", "react": "^18.3.1", "react-dom": "^18.3.1", "sanity": "^3.56.0", "tailwindcss": "^3.4.10" }, "devDependencies": { "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1" }, "engines": { "node": ">=20.x" } }