dataflow/ui
Paul Trowbridge e73326b615 Track package-lock.json for both the API and the UI
The caret ranges in ui/package.json (^4.5.1 viewer/client/datagrid, ^4.4.1
viewer-d3fc) let npm install resolve a newer Perspective on a fresh machine.
That pairing is deliberate and load-bearing — 4.4.1 lacks the /inline export
paths Pivot.jsx imports, and viewer-d3fc has no 4.5.x — so the resolved tree
needs pinning, not just the ranges.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-26 21:54:10 -04:00
..
src Remove obsolete deploy scripts, migration helpers, and unused UI assets 2026-07-26 13:15:46 -04:00
.gitignore Add React UI and backend enhancements for dataflow 2026-03-29 00:35:33 -04:00
eslint.config.js Add React UI and backend enhancements for dataflow 2026-03-29 00:35:33 -04:00
index.html Add React UI and backend enhancements for dataflow 2026-03-29 00:35:33 -04:00
package-lock.json Track package-lock.json for both the API and the UI 2026-07-26 21:54:10 -04:00
package.json Update patch/minor dependencies; skip major version bumps 2026-06-12 23:04:25 -04:00
README.md Update all docs to reflect current state 2026-06-12 23:51:00 -04:00
vite.config.js Add React UI and backend enhancements for dataflow 2026-03-29 00:35:33 -04:00

Dataflow UI

React + Vite + Tailwind CSS frontend for Dataflow.

Development

npm install
npm run dev      # dev server on :5173, proxies /api to :3020

Build

npm run build    # outputs to ../public/

The Express server serves ../public/ as static files — no separate web server needed in production.

Key packages

  • react / react-router-dom — SPA routing
  • @perspective-dev/client, viewer, viewer-datagrid, viewer-d3fc — pivot table (npm, inline WASM builds)
  • tailwindcss — utility CSS
  • sql-formatter — SQL display formatting