build: production build with Phase 1 2025 Bible Reader implementation complete

Includes all Phase 1 features:
- Search-first navigation with auto-complete
- Responsive reading interface (desktop/tablet/mobile)
- 4 customization presets + full fine-tuning controls
- Layered details panel with notes, bookmarks, highlights
- Smart offline caching with IndexedDB and auto-sync
- Full accessibility (WCAG 2.1 AA)

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-11 20:38:01 +00:00
parent b8652b9f0a
commit 9b5c0ed8bb
50 changed files with 20146 additions and 859 deletions

View File

@@ -42,6 +42,10 @@
"@mui/x-data-grid": "^8.11.3",
"@mui/x-date-pickers": "^8.11.3",
"@next/font": "^14.2.15",
"@payloadcms/db-postgres": "^3.62.1",
"@payloadcms/next": "^3.62.1",
"@payloadcms/plugin-stripe": "^3.62.1",
"@payloadcms/richtext-lexical": "^3.62.1",
"@prisma/client": "^6.16.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -70,6 +74,7 @@
"next-intl": "^4.3.9",
"nodemailer": "^7.0.9",
"openai": "^5.22.0",
"payload": "^3.62.1",
"pdf-parse": "^1.1.1",
"pg": "^8.16.3",
"pgvector": "^0.2.1",
@@ -83,7 +88,7 @@
"remark-gfm": "^4.0.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"stripe": "^19.1.0",
"stripe": "^19.2.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"tinymce": "^8.1.2",