diff --git a/knip.json b/knip.json index fae5b9c1..e8eb1eb3 100644 --- a/knip.json +++ b/knip.json @@ -8,14 +8,18 @@ ], "workspaces": { "packages/appkit": {}, - "packages/appkit-ui": {} + "packages/appkit-ui": { + "ignoreDependencies": ["tailwindcss", "tw-animate-css"] + } }, "ignore": [ "**/*.generated.ts", "**/*.example.tsx", + "**/*.css", "template/**", "tools/**", "docs/**" ], + "ignoreDependencies": ["json-schema-to-typescript"], "ignoreBinaries": ["tarball"] }