awesome-prometheus-alerts/site/package.json
dependabot[bot] 074736db2c
build(deps): bump yaml from 2.8.3 to 2.9.0 in /site (#570)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.3...v2.9.0)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.9.0
  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-06-02 18:36:52 +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.9.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
]
}