mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-07 19:44:52 +10:00
7a0d1e93f3
Code-review findings: - donation-toast: restore path/secure/sameSite cookie attributes the inlined useCookie dropped (security/scope regression). - utils/color: restore @uiw fallback so percentage-notation rgb() still converts (custom style-rule colors are arbitrary strings); add tests pinning the one real difference vs the black fallback. - knip: drop stale npm-check-updates ignoreDependencies entry. Claude-Session: https://claude.ai/code/session_012Bnvt1MghwHj4qQRxuQUGa
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://unpkg.com/knip@6/schema.json",
|
|
"tags": ["-lintignore"],
|
|
"workspaces": {
|
|
".": {
|
|
"ignoreFiles": [".ncurc.cjs"]
|
|
},
|
|
"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",
|
|
"ai",
|
|
"bcrypt",
|
|
"cjk-regex",
|
|
"deepmerge-ts",
|
|
"drizzle-zod",
|
|
"es-toolkit",
|
|
"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"]
|
|
}
|