-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Expand file tree
/
Copy pathknip.json
More file actions
93 lines (93 loc) · 2.49 KB
/
Copy pathknip.json
File metadata and controls
93 lines (93 loc) · 2.49 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
{
"$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/acceptance.ts",
"src/test/hook-testing-utils.ts",
"src/test/render.tsx",
"src/test/setup.ts",
"src/test/test-utils.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"]
}
}
}