- Complete Astro + Alpine.js implementation - Docker Compose setup with Caddy reverse proxy - Dual platform: Anonymous & Named Storytellers - Interactive features: voting, comments, filtering - Categories page with search functionality - Content collections for markdown stories - Responsive design with accessibility features - Environment variable configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
526 B
JSON
23 lines
526 B
JSON
{
|
|
"name": "story-bridge-astro",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "Astro + Alpine.js version of The Story Bridge Project",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.13.2",
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
"tailwindcss": "^3.4.0",
|
|
"alpinejs": "^3.14.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.0",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
} |