mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
- Remove Tinybird fetch pipeline from pipe.ts, keep only session/lifetime copy counters - Wire session_copy_count and lifetime_copy_count into posthog.capture calls - Remove Tinybird calls from sponsor click tracking, use posthog only - Hardcode PostHog project ID and reverse proxy host (hogpost.samber.dev)
33 lines
827 B
JSON
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": "^5.0.0",
|
|
"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"
|
|
]
|
|
}
|