awesome-prometheus-alerts/site/package.json
dependabot[bot] b2563bb228
build(deps): bump astro from 5.18.1 to 6.1.6 in /site (#551)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.1 to 6.1.6.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.1.6/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.1.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-22 01:00:59 +02:00

33 lines
827 B
JSON

{
"name": "awesome-prometheus-alerts-site",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist --output-path public/pagefind",
"pagefind": "pagefind --site dist --output-path public/pagefind",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.0.0",
"@iconify-json/lucide": "^1.2.102",
"@rollup/plugin-yaml": "^4.0.0",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.6",
"astro-icon": "^1.0.0",
"js-yaml": "^4.1.0",
"pagefind": "^1.0.0",
"posthog-js": "^1.369.2",
"tailwindcss": "^4.2.2",
"yaml": "^2.8.3"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
]
}