{ "name": "website-static", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro check && astro build", "astro": "astro", "format": "prettier --write .", "format:dry": "prettier --check .", "check": "astro check" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^4.3.7", "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "^3.6.0", "@fontsource-variable/roboto": "^5.2.8", "@fontsource-variable/roboto-mono": "^5.2.8", "@iconify-json/tabler": "^1.2.23", "astro": "^5.14.4", "astro-compressor": "^1.1.2", "astro-icon": "^1.1.5", "rehype-external-links": "^3.0.0", "typescript": "5.9.3" }, "devDependencies": { "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1", "sass": "^1.93.2" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "*" } }