forked from clawwork-ai/ClawWork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
35 lines (35 loc) · 936 Bytes
/
knip.json
File metadata and controls
35 lines (35 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"workspaces": {
".": {},
"packages/shared": {},
"packages/core": {},
"packages/desktop": {
"entry": [
"src/main/index.ts",
"src/preload/index.ts",
"src/renderer/main.tsx",
"src/renderer/styles/design-tokens.ts",
"electron.vite.config.ts"
],
"project": ["src/**/*.{ts,tsx}"],
"paths": {
"@/*": ["src/renderer/*"]
},
"ignoreDependencies": [
"@fontsource-variable/inter",
"@fontsource-variable/jetbrains-mono",
"tailwindcss",
"autoprefixer",
"postcss"
]
},
"packages/pwa": {
"project": ["src/**/*.{ts,tsx}"],
"ignoreDependencies": ["@fontsource-variable/inter", "@fontsource-variable/jetbrains-mono", "tailwindcss"]
},
"website": {}
},
"ignore": [".claude/**", "keynote/**"],
"exclude": ["unlisted"]
}