1
0

Initialize starlight with astro framework

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-07 19:07:57 +08:00
commit 7c79e5cee9
16 changed files with 5518 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "nixcn-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.0",
"astro": "^5.6.1",
"sharp": "^0.34.2"
},
"packageManager": "yarn@4.12.0"
}