mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-20 09:40:33 +00:00
24 lines
616 B
JSON
24 lines
616 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"
|
|
},
|
|
"devDependencies": {
|
|
"98.css": "^0.1.20",
|
|
"@astrojs/starlight": "^0.32.6",
|
|
"@fontsource/fusion-pixel-12px-proportional-sc": "^5.2.5",
|
|
"@fontsource/quicksand": "^5.2.6",
|
|
"astro": "^5.6.1",
|
|
"astro-og-canvas": "^0.7.0",
|
|
"sharp": "^0.34.0",
|
|
"starlight-theme-catppuccin": "^2.0.0",
|
|
"unocss": "^66.1.0-beta.10"
|
|
}
|
|
}
|