{ "name": "davegilligan-new", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "predev": "node scripts/sync-family-lab.mjs", "dev": "astro dev", "prebuild": "node scripts/sync-family-lab.mjs", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/react": "^5.0.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "astro": "^6.1.3", "react": "^19.2.4", "react-dom": "^19.2.4" } }