awesome-prometheus-alerts/site/package.json
dependabot[bot] 07b24067f3
build(deps): bump astro from 6.1.6 to 6.2.1 in /site (#555)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.6 to 6.2.1.
- [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.2.1/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-01 16:51:51 +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.4",
"astro": "^6.2.1",
"astro-icon": "^1.0.0",
"js-yaml": "^4.1.0",
"pagefind": "^1.5.2",
"posthog-js": "^1.372.6",
"tailwindcss": "^4.2.4",
"yaml": "^2.8.3"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
]
}