21 lines
459 B
JSON
21 lines
459 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"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.32.3",
|
|
"@fontsource/quicksand": "^5.2.6",
|
|
"astro": "^5.5.3",
|
|
"sharp": "^0.33.5",
|
|
"starlight-theme-catppuccin": "^2.0.0"
|
|
}
|
|
}
|