forked from npmx-dev/npmx.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
50 lines (50 loc) · 1.26 KB
/
knip.json
File metadata and controls
50 lines (50 loc) · 1.26 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
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignore": ["shared/types/lexicons/**"],
"workspaces": {
".": {
"entry": [
"app/app.vue",
"app/error.vue",
"app/pages/**/*.vue",
"app/components/**/*.vue",
"app/composables/**/*.ts",
"app/middleware/**/*.ts",
"app/plugins/**/*.ts",
"app/utils/**/*.ts",
"server/**/*.ts",
"modules/**/*.ts",
"config/**/*.ts",
"i18n/**/*.ts",
"lunaria.config.ts",
"pwa-assets.config.ts",
".lighthouserc.cjs",
"lighthouse-setup.cjs",
"uno-preset-rtl.ts",
"scripts/**/*.ts",
"lunaria/**/*.ts",
"shared/**/*.ts"
],
"project": ["**/*.{ts,vue,cjs,mjs}"],
"ignoreDependencies": [
"@iconify-json/*",
"@vercel/kv",
"@voidzero-dev/vite-plus-core",
"h3",
"puppeteer",
"unplugin-vue-router",
"vite-plugin-pwa",
"vue-router"
],
"ignoreUnresolved": ["#components", "#oauth/config"]
},
"cli": {
"project": ["src/**/*.ts"]
},
"docs": {
"entry": ["app/**/*.{ts,vue}"],
"project": ["**/*.{ts,vue}"],
"ignoreDependencies": ["docus", "better-sqlite3"]
}
}
}