29 lines
720 B
JSON
29 lines
720 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"version": "0.18.4",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.5",
|
|
"@astrojs/node": "^9.5.0",
|
|
"@astrojs/starlight": "^0.36.2",
|
|
"@astrojs/starlight-tailwind": "^4.0.2",
|
|
"@astrojs/svelte": "^7.2.1",
|
|
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
"@fontsource/ibm-plex-sans": "^5.2.8",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"astro": "^5.9.3",
|
|
"sharp": "^0.34.4",
|
|
"starlight-openapi": "^0.21.1",
|
|
"svelte": "^5.43.2",
|
|
"tailwindcss": "^4.1.10",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|