🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
{
"name": "@tanstack/query-example-react-auto-refetching",
"private": true,
"type": "module",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.71.1",
"@tanstack/react-query-devtools": "^5.71.2",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "5.8.2"
}