fire-planner/frontend
Viktor Barzin 705ad0fdbb
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
frontend: .npmrc with legacy-peer-deps=true so npm ci works in Docker
Visx 3.12 peer-deps cap React at ^18 but we're on React 19. The
Dockerfile uses 'npm ci' (no flag overrides), so the build failed
with ERESOLVE. Adding the .npmrc file persists the legacy-peer-deps
flag for both 'npm install' and 'npm ci' without changing the
Dockerfile.
2026-05-10 16:51:32 +00:00
..
src fire-planner: Wave 2 chart-first — flex spending, categorised life 2026-05-10 16:49:04 +00:00
.gitignore frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
.npmrc frontend: .npmrc with legacy-peer-deps=true so npm ci works in Docker 2026-05-10 16:51:32 +00:00
index.html frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
package-lock.json fire-planner: Wave 2 chart-first — flex spending, categorised life 2026-05-10 16:49:04 +00:00
package.json fire-planner: Wave 2 chart-first — flex spending, categorised life 2026-05-10 16:49:04 +00:00
tsconfig.app.json frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
tsconfig.json frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
tsconfig.node.json frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00
vite.config.ts frontend: scaffold Vite + React 19 + TS + Tailwind v4 + TanStack Query 2026-05-09 21:53:59 +00:00