Files
LUNA-Charts/docs/package.json
T

17 lines
321 B
JSON

{
"name": "docs",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.41.9",
"astro": "^7.2.9",
"sharp": "^0.34.5"
}
}