24 lines
621 B
JSON
24 lines
621 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.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"
|
|
}
|
|
}
|