mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-20 16:46:37 +08:00
- Add pagefind run step to build script in site/package.json - Add site/public/pagefind/ to .gitignore (generated at deploy time)
32 lines
797 B
JSON
32 lines
797 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",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@iconify-json/lucide": "^1.2.102",
|
|
"@rollup/plugin-yaml": "^4.0.0",
|
|
"astro": "^5.0.0",
|
|
"astro-icon": "^1.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"pagefind": "^1.0.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"yaml": "^2.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.0"
|
|
},
|
|
"browserslist": [
|
|
"> 0.5%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|