mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-03-29 19:23:49 +01:00
24 lines
538 B
JSON
24 lines
538 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.3.1",
|
|
"@astrojs/starlight": "^0.13.0",
|
|
"@astrojs/starlight-tailwind": "^2.0.1",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"astro": "^3.2.3",
|
|
"sharp": "^0.32.5",
|
|
"starlight-blog": "^0.4.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.2"
|
|
}
|
|
}
|