mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +08:00
@astrojs/tailwind v6 still requires tailwindcss@^3; replace it with the official @tailwindcss/vite Vite plugin. Update global.css to v4 syntax (@import "tailwindcss", @custom-variant dark, @theme tokens) and drop the now-unused tailwind.config.mjs.
31 lines
671 B
JSON
31 lines
671 B
JSON
{
|
|
"name": "awesome-prometheus-alerts-site",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "^3.0.0",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@iconify-json/lucide": "^1.0.0",
|
|
"@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"
|
|
]
|
|
}
|