GpgFrontend-Manual/package.json

19 lines
362 B
JSON
Raw Permalink Normal View History

2024-04-05 12:46:30 +00:00
{
"name": "pale-point",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-08-17 11:51:07 +00:00
"@astrojs/netlify": "^5.5.1",
2024-04-05 12:46:30 +00:00
"@astrojs/starlight": "^0.21.3",
"astro": "^4.3.5",
"sharp": "^0.32.5"
}
}