{ "name": "smrising", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.3.3", "@astrojs/mdx": "^2.0.1", "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.3", "astro": "^4.16.10", "typescript": "^5.3.3" }, "devDependencies": { "prettier": "^3.3.3", "prettier-plugin-astro": "^0.12.3" } }