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.

0 0 0 TypeScript
{
"name": "react-next-16",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"@tanstack/react-query": "workspace:*",
"@tanstack/react-query-devtools": "workspace:*",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tupleson": "0.23.1"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3"
}
}