Files
vu/package.json
will a5dc6502d7
Deploy / deploy (push) Failing after 1m8s
Milestone 0/1: shell, calendar/psalter/hours scaffold, Prime
Client-side-first PWA (Vite/TS, no backend) per the approved plan: day-
navigable shell listing all 8 hours, Prime fully resolves via the
calendar -> psalter -> ordo pipeline, the other 7 hours are registered
but flagged not-implemented. Sanctoral/temporal calendar data uses a
day -> id indirection layer (saints, easter-offsets, fixed-date-calendar)
so reassigning a feast to a different day is a data edit, not a code
change. Docker (Caddy-serving-static) + Gitea CI workflow scaffolded to
match the eec/drip/bookshop operational pattern.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-09 15:20:06 -04:00

26 lines
557 B
JSON

{
"name": "vu",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@fontsource/eb-garamond": "^5.3.0",
"@fontsource/inter": "^5.3.0",
"@fontsource/source-serif-4": "^5.3.0"
},
"devDependencies": {
"@rollup/plugin-yaml": "^5.0.0",
"jsdom": "^30.0.0",
"typescript": "^5.9.0",
"vite": "^8.0.0",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.0"
}
}