Files
moeka-project/docs/package.json
T
2025-03-07 23:33:23 +08:00

20 lines
420 B
JSON

{
"name": "@proj-airi/docs",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:base": "astro build --base /docs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.32.2",
"astro": "^5.4.2",
"sharp": "^0.33.5",
"starlight-theme-catppuccin": "^2.0.0"
}
}