{ "name": "shiftos-website", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/react": "5.0.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "astro": "6.0.5", "react": "^19.2.3", "react-dom": "^19.2.3" } }