{ "name": "jb-website", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.9", "@astrojs/mdx": "^4.0.0", "@astrojs/react": "^4.0.0", "@astrojs/sitemap": "^3.2.1", "astro": "^5.0.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "typescript": "^5.9.3" } }