mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-06 19:14:55 +10:00
6b71ecd7c6
- Removed `@modelcontextprotocol/sdk` from ignoreDependencies in knip.json. - Updated versions for several dependencies in package.json and pnpm-lock.yaml: - `@ai-sdk/google` to 3.0.23 - `@ai-sdk/react` to 3.0.80 - `@aws-sdk/client-s3` to 3.986.0 - `ai` to 6.0.78 - Added new Afrikaans localization file and updated multiple existing localization files to remove passkey-related entries.
10 lines
377 B
JSON
10 lines
377 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"entry": ["src/router.tsx"],
|
|
"tailwind": { "entry": ["src/styles.css"] },
|
|
"project": ["src/**/*.{js,jsx,ts,tsx,mdx,css}"],
|
|
"ignoreBinaries": ["mint"],
|
|
"ignoreDependencies": ["npm-check-updates", "node-addon-api", "node-gyp"],
|
|
"ignore": ["src/schema/**/*.ts", "src/components/**/*.{ts,tsx}", "src/routeTree.gen.ts"]
|
|
}
|