mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
16 lines
588 B
JSON
16 lines
588 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5.86.0/schema-jsonc.json",
|
|
"ignoreDependencies": [
|
|
// These packages are consumed by native Capacitor/Gradle config rather than JS imports.
|
|
"@capacitor/status-bar",
|
|
"@capawesome/capacitor-android-edge-to-edge-support",
|
|
// The PWA service worker entry is injected by vite-plugin-pwa, which Knip does not trace here.
|
|
"workbox-core",
|
|
"workbox-precaching"
|
|
],
|
|
"ignoreIssues": {
|
|
// This import is intentionally satisfied transitively through bitsocial-react-hooks.
|
|
"electron/start-plebbit-rpc.js": ["unlisted"]
|
|
}
|
|
}
|