This commit is contained in:
2025-06-23 23:36:51 +02:00
parent eb036dece5
commit a31c99453b
17 changed files with 8035 additions and 17 deletions

View File

@@ -6,15 +6,20 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/logo.png"
},
"dependencies": {
"@astrojs/node": "^9.2.2",
"@tailwindcss/vite": "^4.1.10",
"@types/qs": "^6.14.0",
"@vite-pwa/astro": "^1.1.0",
"astro": "^5.7.12",
"marked": "^15.0.12",
"qs": "^6.14.0",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"@vite-pwa/assets-generator": "^1.0.0"
}
}