owncast/web/.knip.json
2024-10-19 15:28:41 -07:00

51 lines
No EOL
987 B
JSON

{
"ignoreExportsUsedInFile": true,
"ignore": [
"**/.eslintrc.js",
".storybook/**",
"**/*config.?s",
"**/*mock.?s",
"**/*fixture.?s",
"**/*stories.*",
"next-env.d.ts",
"public/**",
"tests/**",
"i18n/index.js",
"i18next-parser.config.mjs"
],
"ignoreDependencies": [
"@fontsource/inter",
"@fontsource/poppins",
"yaml",
"sharp",
"workbox-precaching",
"workbox-window",
"@mdx-js/react",
"@storybook/testing-library",
"@svgr/webpack",
"@types/jest",
"@types/markdown-it",
"@types/prop-types",
"babel-loader",
"chromatic",
"cypress",
"handlebars",
"html-webpack-plugin",
"install",
"mdx-mermaid",
"mermaid",
"storybook-preset-less",
"ts-jest",
"stylelint-config-standard",
"@babel/core",
"npm",
"eslint-config-next",
"@storybook/addon-postcss",
"@storybook/cli",
"@storybook/mdx2-csf",
"@commitlint/cli",
"@commitlint/config-conventional",
"babel-plugin-dynamic-import-node",
"@babel/preset-react"
]
}