Files
Reactive-Resume/knip.json
T
Amruth Pillai a28e3baa61 chore(design-sync): add Reactive Resume UI sync inputs (#3216)
* chore(design-sync): add Reactive Resume UI sync inputs

Sync inputs for the claude.ai/design "Reactive Resume" project — the
@reactive-resume/ui design system (39 primary components).

- .design-sync/config.json — converter config (synth-entry, 202->39 card
  prune, overlay/grid cardMode overrides, cssEntry, tsconfig, buildCmd)
- .design-sync/build-css.mjs + tw-entry.css — compile Tailwind v4 globals.css
  to a self-contained stylesheet (inlined IBM Plex font), emit real .d.ts,
  and create the workspace self-symlink the converter needs
- .design-sync/previews/*.tsx — 39 authored preview compositions
- .design-sync/conventions.md — design-agent usage header (readmeHeader)
- .design-sync/NOTES.md — re-sync notes, gotchas, and risks
- packages/ui/tsconfig.emit.json — declaration emit for real prop contracts

Build artifacts (dist/types, .ds-compiled.css, ds-bundle, .cache) are gitignored.

Claude-Session: https://claude.ai/code/session_01R8Aq8F1nTuvJwfut7g3DVE

* chore(knip): ignore .design-sync inputs and drop stale es-toolkit ignore

- Ignore .design-sync/** (design-sync tooling: build-css.mjs + authored
  previews are standalone, not part of the app import graph — knip --fix was
  deleting them and failing the autofix job).
- Remove es-toolkit from apps/server ignoreDependencies: it's now really used
  (apps/server/src/http/health.ts imports withTimeout), so the ignore is stale.

Claude-Session: https://claude.ai/code/session_01R8Aq8F1nTuvJwfut7g3DVE
2026-07-05 06:25:51 +02:00

58 lines
1.2 KiB
JSON

{
"$schema": "https://unpkg.com/knip@6/schema.json",
"tags": ["-lintignore"],
"workspaces": {
".": {
"ignoreFiles": [".ncurc.cjs", ".design-sync/**"]
},
"apps/web": {
"entry": ["lingui.config.ts", "vite.config.ts", "vitest.config.ts"],
"vite": {
"config": []
},
"vitest": {
"config": []
}
},
"apps/server": {
"ignoreDependencies": [
"@ai-sdk/anthropic",
"@ai-sdk/google",
"@ai-sdk/openai",
"@ai-sdk/openai-compatible",
"@aws-sdk/client-s3",
"@better-auth/api-key",
"@better-auth/drizzle-adapter",
"@better-auth/infra",
"@better-auth/passkey",
"@orpc/experimental-ratelimit",
"@sindresorhus/slugify",
"@t3-oss/env-core",
"@uiw/color-convert",
"ai",
"bcrypt",
"cjk-regex",
"deepmerge-ts",
"drizzle-zod",
"fast-json-patch",
"jsonrepair",
"node-html-parser",
"nodemailer",
"ollama-ai-provider-v2",
"phosphor-icons-react-pdf",
"react-email",
"react-pdf-html",
"resumable-stream",
"sharp",
"ts-pattern",
"unique-names-generator",
"uuid"
]
},
"packages/api": {
"ignoreDependencies": ["ioredis"]
}
},
"ignoreDependencies": ["@reactive-resume/config"]
}