Clean-room copy of the reusable engines from comiida, with all instance data, secrets, dependencies, and build output excluded: - app/ Astro theme skeleton (no comiida blog posts; hero image -> placeholder) - api/ SeedProject PHP framework (no vendor/.env/config.php) - content-pipeline/ engine only (scripts/admin/prompts; empty runtime state) - astroagent.config.json + app/.astroagent/skills Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SYHWLHihq3v9nxNwoPCKSn
25 lines
593 B
JSON
25 lines
593 B
JSON
{
|
|
"name": "quiet-pages",
|
|
"version": "1.0.0",
|
|
"description": "A quiet Astro magazine theme for essays, field notes, and long-form writing.",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^6.0.3",
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
"astro": "^6.4.7",
|
|
"tailwindcss": "^4.3.1",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.8.4",
|
|
"vite": "^7.3.5"
|
|
}
|
|
}
|