2025-01-30 15:40:30 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
|
|
|
"entry": [
|
|
|
|
|
"react-router.config.ts",
|
|
|
|
|
"app/root.tsx",
|
|
|
|
|
"app/entry.{client,server}.{js,jsx,ts,tsx}",
|
|
|
|
|
"app/routes/**/*.{js,ts,tsx}",
|
|
|
|
|
"app/routes.ts",
|
|
|
|
|
"server.{js,ts}"
|
|
|
|
|
],
|
|
|
|
|
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}"],
|
2025-03-07 17:31:30 +08:00
|
|
|
"ignore": [],
|
2025-01-30 16:02:38 +08:00
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"tailwindcss",
|
2025-02-23 17:41:54 +08:00
|
|
|
"@tailwindcss/typography",
|
2025-02-25 09:47:28 +08:00
|
|
|
"react-router-devtools",
|
|
|
|
|
"eslint-import-resolver-typescript"
|
2025-01-30 16:02:38 +08:00
|
|
|
]
|
2025-01-30 15:40:30 +08:00
|
|
|
}
|