Created
October 7, 2025 09:21
-
-
Save dninomiya/d22e8f0be39ecdc84c1b7c56a5e96781 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import type { KnipConfig } from "knip"; | |
| const config: KnipConfig = { | |
| ignore: ["components/ui/**"], | |
| ignoreDependencies: [ | |
| "tailwindcss", | |
| "eslint-config-next", | |
| "tw-animate-css", | |
| "@hookform/resolvers", | |
| "@radix-ui/react-accordion", | |
| "@radix-ui/react-alert-dialog", | |
| "@radix-ui/react-aspect-ratio", | |
| "@radix-ui/react-avatar", | |
| "@radix-ui/react-checkbox", | |
| "@radix-ui/react-collapsible", | |
| "@radix-ui/react-context-menu", | |
| "@radix-ui/react-dropdown-menu", | |
| "@radix-ui/react-hover-card", | |
| "@radix-ui/react-label", | |
| "@radix-ui/react-menubar", | |
| "@radix-ui/react-navigation-menu", | |
| "@radix-ui/react-popover", | |
| "@radix-ui/react-progress", | |
| "@radix-ui/react-radio-group", | |
| "@radix-ui/react-scroll-area", | |
| "@radix-ui/react-select", | |
| "@radix-ui/react-slider", | |
| "@radix-ui/react-switch", | |
| "@radix-ui/react-tabs", | |
| "@radix-ui/react-toggle", | |
| "@radix-ui/react-toggle-group", | |
| "cmdk", | |
| "embla-carousel-react", | |
| "input-otp", | |
| "next-themes", | |
| "react-day-picker", | |
| "react-hook-form", | |
| "react-resizable-panels", | |
| "recharts", | |
| "vaul", | |
| "zod", | |
| "postcss", | |
| ], | |
| }; | |
| export default config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment