{ "name": "newechoes", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^4.2.4", "@astrojs/node": "^9.2.0", "@astrojs/react": "^4.2.4", "@astrojs/sitemap": "^3.3.0", "@astrojs/vercel": "^8.1.3", "@swup/astro": "^1.6.0", "@tailwindcss/vite": "^4.1.4", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@types/three": "^0.174.0", "astro": "^5.7.4", "cheerio": "^1.0.0", "node-fetch": "^3.3.2", "octokit": "^3.2.1", "react": "^19.1.0", "react-dom": "^19.1.0", "react-masonry-css": "^1.0.16", "tailwindcss": "^4.1.4", "three": "^0.174.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.16", "rehype-external-links": "^3.0.0", "remark-emoji": "^5.0.1" } }