Files
Reactive-Resume/tooling/package.json
T
Amruth Pillai 893df25aff feat(applications): job application tracker with AI copilot
Add an Applications module at /dashboard/applications: pipeline board
(dnd-kit), table view with bulk actions, Insights (fit tiles, funnel,
sources, shareable funnel-flow SVG), campaigns, tags, CSV import, and
Add/Edit/Detail slide-overs. Each application links a live Reactive
Resume.

AI "Application Copilot" (applications.ai.*): job-posting autofill,
resume↔job match score (fit ring), resume tailoring, and cover-letter /
follow-up drafting — via the user's configured provider.

Board cards + table rows get context menus (edit / move / archive /
delete). Charts are CSS/SVG (no new chart dep); adds a UI Checkbox.

Also includes local TanStack devtools setup and toolchain bumps.

Claude-Session: https://claude.ai/code/session_01TEeRHnEayw2MFCShFRyL5f
2026-07-05 13:42:14 +02:00

21 lines
493 B
JSON

{
"name": "@reactive-resume/tooling",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"db:reset": "tsx database/reset.ts",
"fonts:generate": "tsx fonts/generate.ts",
"typecheck": "tsgo --noEmit"
},
"devDependencies": {
"@reactive-resume/config": "workspace:*",
"@reactive-resume/env": "workspace:*",
"@types/pg": "^8.20.0",
"@typescript/native-preview": "7.0.0-dev.20260705.1",
"drizzle-orm": "1.0.0-rc.4",
"pg": "^8.22.0",
"tsx": "^4.23.0"
}
}