-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathknip.json
More file actions
66 lines (66 loc) · 1.17 KB
/
knip.json
File metadata and controls
66 lines (66 loc) · 1.17 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
61
62
63
64
65
66
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"workspaces": {
".": {
"ignoreDependencies": [
"@nuxt/test-utils",
"@nuxt/schema",
"vue",
"vue-router"
],
"entry": [
"scripts/*"
]
},
"playground": {
"entry": [
"test/**",
"app/pages/**",
"server/**",
"some-layer/**"
],
"ignoreDependencies": [
"vue-router"
]
},
"packages/nuxt-cli": {
"entry": [
"test/fixtures/*"
],
"ignoreDependencies": [
"@types/debug",
"@bomb.sh/tab",
"@clack/prompts",
"c12",
"confbox",
"debug",
"defu",
"exsolve",
"fuse.js",
"fzf",
"giget",
"h3-next",
"jiti",
"nitro",
"nitropack",
"nypm",
"ofetch",
"ohash",
"pathe",
"perfect-debounce",
"pkg-types",
"scule",
"semver",
"srvx",
"tinyclip",
"ufo",
"youch"
]
},
"packages/create-nuxt": {
"ignoreDependencies": [
"@bomb.sh/tab"
]
}
}
}