22 lines
556 B
JSON
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.2.1",
|
|
"@astrojs/starlight": "^0.31.1",
|
|
"astro": "^5.1.8",
|
|
"astro-matomo": "^1.7.0",
|
|
"sharp": "^0.32.5",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|