Initial commit - Black Canyon Tickets whitelabel platform

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-07-08 12:31:31 -06:00
commit 997c129383
139 changed files with 60476 additions and 0 deletions

19
docs/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "bct-docs",
"version": "1.0.0",
"type": "module",
"description": "Documentation for Black Canyon Tickets",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": ["documentation", "tickets", "events"],
"author": "Black Canyon Tickets",
"license": "MIT",
"dependencies": {
"@astrojs/starlight": "^0.34.4",
"astro": "^5.11.0"
}
}