docs/package.json

17 lines
335 B
JSON
Raw Normal View History

2023-11-10 14:11:55 +01:00
{
2024-03-17 03:25:35 +01:00
"name": "intergalactic-iron",
"type": "module",
"version": "0.0.1",
2023-11-10 14:11:55 +01:00
"scripts": {
2024-03-17 03:25:35 +01:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2023-11-10 14:11:55 +01:00
},
"dependencies": {
2024-03-17 03:25:35 +01:00
"@astrojs/starlight": "^0.21.1",
"astro": "^4.3.5",
"sharp": "^0.32.5"
2023-11-10 14:11:55 +01:00
}
2024-03-17 03:25:35 +01:00
}