-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.knip.json
72 lines (72 loc) · 1.96 KB
/
.knip.json
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
{
"ignore": [
"apps/web-app-e2e/eslint.config.js",
"apps/web-app-e2e/playwright.config.ts",
"apps/web-app-e2e/src/e2e/app.cy.ts",
"apps/web-app-e2e/src/support/app.po.ts",
"apps/web-app-e2e/src/support/commands.ts",
"apps/web-app-e2e/src/support/e2e.ts",
"apps/web-app/index.d.ts",
"apps/web-app/next-env.d.ts",
"apps/web-app/next.config.js",
"apps/web-app/pages/_app.tsx",
"apps/web-app/pages/_document.tsx",
"apps/web-app/postcss.config.js",
"apps/web-app/src/app/api/hello/route.ts",
"apps/web-app/src/app/layout.tsx",
"apps/web-app/src/app/page.tsx",
"apps/web-app/tailwind.config.js",
"apps/web-app/vite.config.mts",
"shared/.storybook/main.ts",
"shared/.storybook/preview.ts",
"shared/src/components/ui/*.stories.tsx",
"shared/src/components/ui/button.tsx",
"shared/src/index.ts",
"shared/src/lib/utils.ts",
"shared/vite.config.ts"
],
"ignoreBinaries": ["doppler", "export", "only-allow", "vercel"],
"ignoreDevDependencies": [],
"ignoreDependencies": [
"@babel/core",
"@babel/preset-react",
"@babel/preset-typescript",
"@emotion/react",
"@emotion/styled",
"@eslint/compat",
"@nx/devkit",
"@nx/js",
"@nx/storybook",
"@nx/web",
"@nx/webpack",
"@nx/workspace",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/core-server",
"@storybook/jest",
"@storybook/nextjs",
"@storybook/react",
"@svgr/webpack",
"@swc/cli",
"@swc/helpers",
"@testing-library/jest-dom",
"@vitejs/plugin-react-swc",
"@vitest/eslint-plugin",
"autoprefixer",
"babel-jest",
"babel-loader",
"eslint-config-next",
"eslint-plugin-chai-friendly",
"eslint-plugin-import",
"eslint-plugin-playwright",
"eslint-plugin-react",
"jest-environment-jsdom",
"jest",
"postcss",
"storybook",
"tailwindcss-animate",
"tailwindcss",
"ts-jest",
"ts-node"
]
}