Commit Graph

4 Commits

Author SHA1 Message Date
Mondo Diaz
bd2b6eb110 Pin additional packages for JFrog compatibility
- react-router-dom: 6.28.0 (was resolving to 6.30.3 not in catalog)
- rollup: 4.52.4 (4.55.1 is 2 days old)
- caniuse-lite: 1.0.30001692 (latest was 9 days old)
- baseline-browser-mapping: 2.9.5 (2.9.12 is 0 days old)
2026-01-07 15:10:11 -06:00
Mondo Diaz
0df11bdca7 Pin ws and ufo to older versions for JFrog compatibility
JFrog blocks packages < 14 days old. Override transitive deps:
- ws: 8.18.0 (from jsdom)
- ufo: 1.5.4 (from vitest -> mlly)
2026-01-07 15:01:51 -06:00
Mondo Diaz
b9b4334393 Add frontend testing infrastructure with Vitest (#14) 2026-01-07 14:01:37 -06:00
Mondo Diaz
2261bfc830 Rewrite from Go + vanilla JS to Python (FastAPI) + React (TypeScript)
- Backend: Python 3.12 with FastAPI, SQLAlchemy, boto3
- Frontend: React 18 with TypeScript, Vite build tooling
- Updated Dockerfile for multi-stage Node + Python build
- Updated CI pipeline for Python backend
- Removed old Go code (cmd/, internal/, go.mod, go.sum)
- Updated README with new tech stack documentation
2025-12-05 17:16:43 -06:00