{ "name": "home", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^1.0.3", "@astrojs/node": "^6.0.0", "@astrojs/react": "^3.0.2", "@astrojs/tailwind": "^5.0.0", "@astrojs/vercel": "0.0.0-symbolic-link-20230901124103", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "astro": "^3.0.13", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.32.5", "tailwindcss": "^3.3.3" }, "devDependencies": { "@types/node": "^20.6.0", "prettier": "^3.0.3", "prettier-plugin-astro": "^0.12.0" } }