{ "name": "astrolink", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/markdown-remark": "^6.0.1", "@astrojs/react": "^4.1.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "astro": "^5.1.1", "marked": "^15.0.4", "react": "^19.0.0", "react-dom": "^19.0.0", "remixicon": "^4.6.0" } }