🤖 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-offline",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.71.1",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.71.1",
"@tanstack/react-query-devtools": "^5.71.2",
"@tanstack/react-query-persist-client": "^5.71.1",
"msw": "^2.6.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1"
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.8.2",
"vite": "^5.3.5"
"msw": {
"workerDirectory": [
"public"
]
}