valkyrie-docs/package.json

17 lines
334 B
JSON
Raw Normal View History

2023-07-31 05:10:37 -07:00
{
"name": "valkyriecoms-docs",
2023-12-10 18:52:37 -08:00
"type": "module",
"version": "0.0.1",
2023-07-31 05:10:37 -07:00
"scripts": {
2023-12-10 18:52:37 -08:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2023-07-31 05:10:37 -07:00
},
"dependencies": {
2023-12-10 18:52:37 -08:00
"@astrojs/starlight": "^0.15.0",
"astro": "^4.0.1",
"sharp": "^0.32.5"
2023-07-31 05:10:37 -07:00
}
2023-12-10 18:52:37 -08:00
}