-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Expand file tree
/
Copy pathknip.json
More file actions
115 lines (115 loc) · 3.2 KB
/
Copy pathknip.json
File metadata and controls
115 lines (115 loc) · 3.2 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"ignoreWorkspaces": [
"apps/ember-admin"
],
"ignore": [
"ghost/core/test/utils/fixtures/themes/**/assets/built/**",
".github/scripts/i18n-review/**"
],
"ignoreBinaries": [
"ember",
"tb"
],
"workspaces": {
".": {
"vitest": {
"config": []
},
"ignoreDependencies": [
"lint-staged",
"secretlint",
"@secretlint/secretlint-rule-pattern",
"@secretlint/secretlint-rule-preset-recommend"
]
},
"ghost/core": {
"ignoreDependencies": [
"@slack/webhook",
"bookshelf-relations",
"mysql",
"cssnano"
]
},
"apps/activitypub": {
"ignoreDependencies": [
"tailwindcss"
]
},
"apps/admin": {
"ignoreDependencies": [
"@tryghost/kg-unsplash-selector"
]
},
"apps/admin-x-framework": {
"ignoreDependencies": [
"@playwright/test",
"@tryghost/koenig-lexical",
"vite-plugin-css-injected-by-js"
],
"entry": [
"src/index.ts",
"src/errors.ts",
"src/helpers.ts",
"src/hooks.ts",
"src/routing.ts",
"src/api/*.ts",
"src/utils/post-utils.ts",
"src/utils/nql.ts",
"src/utils/get-site-timezone.ts",
"src/vite.ts",
"src/playwright.ts",
"src/test/*.{ts,tsx}"
]
},
"apps/comments-ui": {
"ignoreDependencies": [
"@tryghost/debug",
"@testing-library/jest-dom",
"eslint-plugin-tailwindcss"
]
},
"apps/portal": {
"ignoreDependencies": [
"@tryghost/debug",
"@testing-library/jest-dom"
]
},
"apps/shade": {
"ignoreDependencies": [
"@storybook/addon-links",
"remark-gfm"
],
"entry": [
"src/index.ts",
"src/tokens.ts",
"src/primitives.ts",
"src/components.ts",
"src/patterns.ts",
"src/page-templates.ts",
"src/app.ts",
"src/utils.ts"
]
},
"apps/signup-form": {
"ignoreDependencies": [
"@tryghost/debug",
"@storybook/addon-links",
"@storybook/addon-docs",
"eslint-plugin-tailwindcss"
]
},
"apps/sodo-search": {
"ignoreDependencies": [
"@tryghost/debug",
"@testing-library/jest-dom"
]
},
"koenig/koenig-lexical": {
"ignoreDependencies": [
"@storybook/react",
"prettier-plugin-organize-attributes"
]
}
}
}