mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-03-18 22:02:19 +01:00
* Updates Astro, Starlight, Starlight Blog versions Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com> * Fixes formatting * Cleanup --------- Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
23 lines
509 B
JSON
23 lines
509 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.6.0",
|
|
"@astrojs/starlight": "^0.22.2",
|
|
"@astrojs/starlight-tailwind": "^2.0.2",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"astro": "^4.3.5",
|
|
"sharp": "^0.32.5",
|
|
"starlight-blog": "^0.7.1",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|