2024-09-19 13:01:03 +00:00
|
|
|
{
|
2024-09-30 09:28:46 +00:00
|
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
2024-09-19 13:01:03 +00:00
|
|
|
"entry": ["src/index.tsx"],
|
2024-09-23 10:52:00 +00:00
|
|
|
"project": ["src/**/*.{tsx,ts,js}"],
|
2024-09-19 13:01:03 +00:00
|
|
|
"ignore": [
|
|
|
|
|
"packages/**/stories/**",
|
|
|
|
|
"packages/**/chromatic/**",
|
|
|
|
|
"packages/design-system/widgets/src/testing/**",
|
|
|
|
|
"**/*.stories.tsx",
|
|
|
|
|
"packages/rts/build.js",
|
|
|
|
|
"packages/design-system/ads/src/Documentation/**",
|
|
|
|
|
"src/components/designSystems/blueprintjs/**",
|
2024-09-23 10:52:00 +00:00
|
|
|
"packages/design-system/ads/plopfile.mjs",
|
|
|
|
|
"src/plugins/Linting/**",
|
|
|
|
|
"src/ee/plugins/Linting/**",
|
|
|
|
|
"src/ce/plugins/Linting/**",
|
2024-09-30 09:28:46 +00:00
|
|
|
"src/ce/sagas/EnvironmentSagas.ts",
|
|
|
|
|
"src/ce/utils/analyticsHelpers.ts",
|
|
|
|
|
"src/ce/utils/autocomplete/helpers.ts",
|
|
|
|
|
"src/ce/utils/workflowHelpers.ts",
|
2024-09-23 10:52:00 +00:00
|
|
|
"src/workers/Evaluation/**",
|
|
|
|
|
"src/widgets/ExternalWidget/component/script.js",
|
|
|
|
|
"src/widgets/ListWidgetV2/widget/derived.js",
|
|
|
|
|
"src/workers/Tern/tern.worker.ts",
|
|
|
|
|
"src/widgets/CustomWidget/component/appsmithConsole.js",
|
|
|
|
|
"src/serviceWorker.ts",
|
|
|
|
|
"src/ee/utils/serviceWorkerUtils.ts"
|
2024-09-30 09:28:46 +00:00
|
|
|
],
|
|
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"babel-plugin-lodash",
|
|
|
|
|
"@types/google.maps",
|
|
|
|
|
"@types/web",
|
|
|
|
|
"postcss-url",
|
|
|
|
|
"@types/dom-view-transitions",
|
|
|
|
|
"@types/jest",
|
|
|
|
|
"compression-webpack-plugin",
|
|
|
|
|
"webpack-retry-chunk-load-plugin",
|
|
|
|
|
"lint-staged",
|
|
|
|
|
"ts-jest-mock-import-meta",
|
|
|
|
|
"cypress-log-to-output",
|
|
|
|
|
"cypress-repeat-pro",
|
|
|
|
|
"cypress-multi-reporters",
|
|
|
|
|
"@aws-sdk/client-s3",
|
|
|
|
|
"@aws-sdk/lib-storage",
|
|
|
|
|
"@octokit/rest",
|
|
|
|
|
"@faker-js/faker",
|
2024-12-26 05:07:41 +00:00
|
|
|
"@grafana/faro-webpack-plugin",
|
2024-09-30 09:28:46 +00:00
|
|
|
"pg",
|
|
|
|
|
"factory.ts"
|
2024-09-19 13:01:03 +00:00
|
|
|
]
|
|
|
|
|
}
|