mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-09 12:29:38 +02:00
* update astro starlight & blog plugin * Delete logo.png * fix twitter preview image & add readme * improve banner image assignments & docs perf * change default banner * change image name * keep tabs on the tabs
23 lines
512 B
JSON
23 lines
512 B
JSON
{
|
|
"name": "blog",
|
|
"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.9.4",
|
|
"@astrojs/starlight": "^0.29.2",
|
|
"@astrojs/starlight-tailwind": "^2.0.3",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"astro": "^4.16.15",
|
|
"sharp": "^0.32.5",
|
|
"starlight-blog": "^0.15.0",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|