Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
23 lines
515 B
JSON
23 lines
515 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@6/schema.json",
|
|
"entry": ["scripts/**/*.{js,mjs,ts}", "e2e/**/*.{ts,tsx}"],
|
|
"ignore": ["public/vendor/**"],
|
|
"ignoreDependencies": [
|
|
"@react-types/shared",
|
|
"eslint-plugin-jsx-a11y",
|
|
"lint-staged",
|
|
"@eslint/js",
|
|
"eslint-plugin-react",
|
|
"eslint-plugin-react-hooks",
|
|
"globals",
|
|
"@internationalized/date",
|
|
"sharp"
|
|
],
|
|
"rules": {
|
|
"files": "error",
|
|
"dependencies": "error",
|
|
"unlisted": "error",
|
|
"duplicates": "error"
|
|
}
|
|
}
|