29 lines
720 B
JSON
29 lines
720 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"version": "0.19.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@astrojs/node": "^10.0.6",
|
|
"@astrojs/starlight": "^0.38.4",
|
|
"@astrojs/starlight-tailwind": "^5.0.0",
|
|
"@astrojs/svelte": "^8.0.5",
|
|
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
"@fontsource/ibm-plex-sans": "^5.2.8",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"astro": "^6.1.9",
|
|
"sharp": "^0.34.5",
|
|
"starlight-openapi": "^0.25.0",
|
|
"svelte": "^5.55.5",
|
|
"tailwindcss": "^4.1.10",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|