LocFlow/frontend
root c6f7f1da41 Refactor frontend: replace axios with native fetch, add standalone build
- Remove axios dependency, use native fetch with token refresh logic
- Add output: standalone to next.config.ts for Docker production builds
- Add Dockerfile.prod for production frontend container
- Bump requests>=2.33

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 02:05:42 +02:00
..
src Refactor frontend: replace axios with native fetch, add standalone build 2026-04-08 02:05:42 +02:00
.env.local Scaffold frontend with Docker Compose support 2026-03-06 22:26:20 +00:00
.gitignore Add Next.js frontend with auth, dashboard, and translation editor 2026-03-06 23:01:23 +00:00
Dockerfile Scaffold frontend with Docker Compose support 2026-03-06 22:26:20 +00:00
Dockerfile.prod Refactor frontend: replace axios with native fetch, add standalone build 2026-04-08 02:05:42 +02:00
next-env.d.ts Add Next.js frontend with auth, dashboard, and translation editor 2026-03-06 23:01:23 +00:00
next.config.ts Refactor frontend: replace axios with native fetch, add standalone build 2026-04-08 02:05:42 +02:00
package-lock.json Add Next.js frontend with auth, dashboard, and translation editor 2026-03-06 23:01:23 +00:00
package.json Refactor frontend: replace axios with native fetch, add standalone build 2026-04-08 02:05:42 +02:00
postcss.config.mjs Scaffold frontend with Docker Compose support 2026-03-06 22:26:20 +00:00
tsconfig.json Add Next.js frontend with auth, dashboard, and translation editor 2026-03-06 23:01:23 +00:00