- Fuck yarn, not working on macos aarch64 Signed-off-by: Asai Neko <sugar@sne.moe>
21 lines
626 B
JSON
21 lines
626 B
JSON
{
|
|
"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/mdx": "^4.3.12",
|
|
"@astrojs/starlight": "^0.37.0",
|
|
"astro": "^5.6.1",
|
|
"sharp": "^0.34.2",
|
|
"starlight-theme-galaxy": "^0.5.2"
|
|
},
|
|
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
|
|
}
|