- React + TipTap editor with formatting toolbar (bold, italic, underline, strikethrough, alignment, highlight, scene breaks) - Custom image node view with resize and alignment controls; server-side WebP conversion via sharp - Express + SQLite backend with JWT auth and admin user management - Export to PDF, EPUB, and ODT - Five themes (Midnight, Gothic Night, Enchanted Forest, Aged Manuscript, Neon Noir); Lora body font for readability - Writing streak, daily word goal, milestones, and Ollama writing prompts - Docker Compose setup for self-hosted deployment behind NPMplus Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
365 B
JSON
13 lines
365 B
JSON
{
|
|
"name": "story-writer-dev",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"install:all": "npm install --prefix server && npm install --prefix frontend",
|
|
"dev": "npx concurrently -n server,frontend -c cyan,magenta \"npm run dev --prefix server\" \"npm run dev --prefix frontend\""
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^8.2.2"
|
|
}
|
|
}
|