Files
grant-outreach-engine/packages/config/package.json
Croissant Le Doux 14200edb60 feat: scaffold outreach engine monorepo on the novelpad-desktop stack
Workspaces: config (copied), outreach-core (schema + actions/queries +
hard gates), outreach-ai (Gemini client + embeddings copies, profiler and
mission-fit-judge agent stubs), outreach-worker (DBOS executor with
nightly ingest + hourly expiry workflows), outreach-review (RR7 review
queue v0). Initial drizzle migration incl. pgvector extension.

Stack contract: Yarn 4.5.0 + Turbo, Node 22.16, Drizzle 0.44.6 +
pgvector, DBOS 4.17.6, @google/genai on Vertex, gemini-embedding-001
@1536, React Router v7. Files copied from novelpad-desktop carry
provenance headers @ 62c56b87.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 11:08:24 -04:00

22 lines
669 B
JSON

{
"name": "@novelpad/config",
"packageManager": "yarn@4.5.0",
"dependencies": {
"@fontsource-variable/bricolage-grotesque": "^5.2.10",
"@fontsource-variable/lora": "^5.2.8",
"@fontsource-variable/outfit": "^5.2.8",
"@fontsource-variable/source-serif-4": "^5.2.9",
"@fontsource/courier-prime": "^5.2.8",
"@fontsource/dm-serif-display": "^5.2.8",
"@fontsource/inter": "^5.2.8",
"@fontsource/libre-baskerville": "^5.2.8"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.19",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.4.11"
}
}