SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

48949 0 0 TypeScript
{
"$schema": "https://unpkg.com/knip@5/schema.json",
2026-03-23 08:54:37 +01:00
"ignore": ["scripts/*.{j,t}s", "**/root.*.config.*", "**/ts-fixture/file.ts"],
"ignoreDependencies": [
"@types/react",
"@types/react-dom",
"react",
"react-dom"
],
"ignoreWorkspaces": ["examples/**", "integrations/**"],
"workspaces": {
"packages/angular-query-experimental": {
"entry": [
"src/devtools/production/index.ts",
"src/devtools-panel/production/index.ts"
]
},
"packages/query-codemods": {
"entry": ["src/v4/**/*.cjs", "src/v5/**/*.cjs"],
"ignore": ["**/__testfixtures__/**"]
},
"packages/vue-query": {
"ignoreDependencies": ["vue2", "vue2.7"]
}
}
}