ispmail-workaround-org/package.json
2025-08-18 17:25:29 +02:00

25 lines
727 B
JSON

{
"name": "workaround",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"deploy-prod": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/workaround.org/",
"deploy-stage": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/stage.workaround.org/",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.4.2",
"@astrojs/starlight": "^0.32.6",
"@splidejs/splide": "^4.1.4",
"astro": "^5.12.9",
"astro-matomo": "^1.9.0",
"astro-splide": "^2.0.0",
"sharp": "^0.32.6",
"typescript": "^5.9.2"
}
}