{ "name": "front", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "serve": "serve dist" }, "dependencies": { "@astrojs/node": "^9.5.0", "@astrojs/react": "^4.4.0", "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "^3.6.0", "@types/react": "^19.1.11", "@types/react-dom": "^19.1.7", "astro": "^5.16.6", "dayjs": "^1.11.15", "gsap": "^3.13.0", "marked": "^15.0.11", "react": "^19.1.1", "react-dom": "^19.1.1", "satori": "^0.18.3", "serve": "^14.2.4", "sharp": "^0.34.4" }, "devDependencies": { "sass-embedded": "^1.90.0" } }