mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-22 11:27:59 +00:00
25 lines
620 B
JSON
25 lines
620 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.21",
|
|
"@astrojs/starlight": "^0.34.4",
|
|
"@fontsource/fusion-pixel-12px-proportional-sc": "^5.2.5",
|
|
"@fontsource/quicksand": "^5.2.8",
|
|
"astro": "^5.10.1",
|
|
"astro-og-canvas": "^0.7.0",
|
|
"canvaskit-wasm": "^0.40.0",
|
|
"sharp": "^0.34.2",
|
|
"unocss": "^66.3.3",
|
|
"vue": "^3.5.17"
|
|
}
|
|
}
|