initial commit

This commit is contained in:
Joel Wetzell
2025-12-03 17:58:59 -06:00
commit 63e9108fb2
21 changed files with 8035 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "@showbridge/docs",
"type": "module",
"version": "0.1.0",
"files": [
"dist"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build:prod": "astro check && astro build --base /docs",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/starlight": "0.37.0",
"astro": "5.15.9",
"sharp": "0.34.5",
"@astrojs/check": "0.9.5",
"typescript": "5.9.3"
}
}