mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-05 18:44:49 +10:00
50ba37a27f
* chore(release): v5.1.0 * feat: implement resume thumbnails * fix: remove unused mcp tools * docs: fix formatting of docs
29 lines
604 B
JSON
29 lines
604 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@6/schema.json",
|
|
"tags": ["-lintignore"],
|
|
"workspaces": {
|
|
".": {
|
|
"ignoreFiles": [".ncurc.cjs"]
|
|
},
|
|
"apps/web": {
|
|
"entry": ["lingui.config.ts", "src/server.ts", "vite.config.ts", "vitest.config.ts"],
|
|
"vite": {
|
|
"config": []
|
|
},
|
|
"vitest": {
|
|
"config": []
|
|
}
|
|
},
|
|
"packages/runtime-externals": {
|
|
"ignoreDependencies": ["@aws-sdk/client-s3", "bcrypt", "sharp"]
|
|
}
|
|
},
|
|
"ignoreDependencies": [
|
|
"@reactive-resume/config",
|
|
"npm-check-updates",
|
|
"@testing-library/dom",
|
|
"@testing-library/react",
|
|
"@testing-library/user-event"
|
|
]
|
|
}
|