- FastAPI branding replaced throughout: title, favicon, logo (now the org/ brand SVGs), footer links, route titles; workspace package renamed - shadcn primitives restyled to the component radius/shadow map: pill controls, rounded-lg surfaces, shadow-e1/e2/e3 - floating frosted AppSidebar over a bg-card content region - theme storage key aligned with the pre-paint script, MotionConfig added - scripts/capture-screenshots.mjs backs the root 'make verify' Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"name": "fluksio",
|
|
"private": true,
|
|
"workspaces": [
|
|
"frontend"
|
|
],
|
|
"scripts": {
|
|
"dev": "bun run --filter frontend dev",
|
|
"lint": "bun run --filter frontend lint",
|
|
"test": "bun run --filter frontend test",
|
|
"test:ui": "bun run --filter frontend test:ui"
|
|
}
|
|
}
|