{ "name": "sshear-dev-new", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", "format": "prettier -w src" }, "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/partytown": "^2.1.3", "@astrojs/react": "4.2.1", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "6.0.0", "@primer/octicons-react": "^19.15.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "astro": "5.4.1", "astro-compressor": "^0.4.1", "astro-robots-txt": "^1.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.17", "typescript": "^5.8.2" }, "devDependencies": { "@catppuccin/tailwindcss": "^0.1.6", "@tailwindcss/typography": "^0.5.16", "prettier": "^3.5.2", "prettier-plugin-astro": "^0.13.0" } }