{ "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.5.9", "@astrojs/partytown": "^2.0.4", "@astrojs/react": "^3.1.0", "@astrojs/sitemap": "^3.1.1", "@astrojs/tailwind": "^5.1.0", "@primer/octicons-react": "^19.9.0", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "astro": "^4.5.5", "astro-compressor": "^0.4.1", "astro-robots-txt": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.1", "typescript": "^5.4.2" }, "devDependencies": { "@catppuccin/tailwindcss": "^0.1.6", "@tailwindcss/typography": "^0.5.10", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0" }, "packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" }