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:
19
docs/package.json
Normal file
19
docs/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user