-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Expand file tree
/
Copy pathknip.json
More file actions
60 lines (60 loc) · 1.25 KB
/
Copy pathknip.json
File metadata and controls
60 lines (60 loc) · 1.25 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"tags": ["-lintignore"],
"workspaces": {
".": {
"ignoreFiles": [".ncurc.cjs"]
},
"apps/web": {
"entry": ["lingui.config.ts", "vite.config.ts", "vitest.config.ts"],
"vite": {
"config": []
},
"vitest": {
"config": []
}
},
"apps/server": {
"ignoreDependencies": [
"@ai-sdk/anthropic",
"@ai-sdk/google",
"@ai-sdk/openai",
"@ai-sdk/openai-compatible",
"@aws-sdk/client-s3",
"@better-auth/api-key",
"@better-auth/drizzle-adapter",
"@better-auth/infra",
"@better-auth/passkey",
"@orpc/experimental-ratelimit",
"@sindresorhus/slugify",
"@t3-oss/env-core",
"@uiw/color-convert",
"ai",
"bcrypt",
"cjk-regex",
"deepmerge-ts",
"dompurify",
"dotenv",
"drizzle-zod",
"es-toolkit",
"fast-json-patch",
"jsonrepair",
"node-html-parser",
"nodemailer",
"ollama-ai-provider-v2",
"phosphor-icons-react-pdf",
"react-email",
"react-pdf-html",
"resumable-stream",
"sharp",
"ts-pattern",
"unique-names-generator",
"uuid"
]
},
"packages/api": {
"ignoreDependencies": ["ioredis"]
}
},
"ignoreDependencies": ["@reactive-resume/config", "npm-check-updates"]
}