ispmail-workaround-org/package.json
2025-03-29 23:01:00 +01:00

22 lines
556 B
JSON

{
"name": "workaround",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"deploy": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/workaround.org/",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/starlight": "^0.32.5",
"astro": "^5.5.5",
"astro-matomo": "^1.8.0",
"sharp": "^0.32.6",
"typescript": "^5.8.2"
}
}