Files
moeka-project/docs/package.json
T
2025-02-10 20:03:14 +08:00

19 lines
377 B
JSON

{
"name": "@proj-airi/docs",
"type": "module",
"version": "0.1.6",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.31.1",
"astro": "^5.2.5",
"sharp": "^0.32.6",
"starlight-theme-catppuccin": "^2.0.0"
}
}