🤖 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/react-query-devtools",
"version": "5.59.15",
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",
"author": "tannerlinsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/query.git",
"directory": "packages/react-query-devtools"
},
"homepage": "https://tanstack.com/query",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
"scripts": {
"clean": "rimraf ./build ./coverage",
"test:eslint": "eslint ./src",
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict && attw --pack",
"build": "tsup",
"build:dev": "tsup --watch"
"type": "module",
"types": "build/legacy/index.d.ts",
"main": "build/legacy/index.cjs",
"module": "build/legacy/index.js",
"exports": {
".": {
"import": {
"types": "./build/modern/index.d.ts",
"default": "./build/modern/index.js"
"require": {
"types": "./build/modern/index.d.cts",
"default": "./build/modern/index.cjs"
}
"./production": {
"types": "./build/modern/production.d.ts",
"default": "./build/modern/production.js"
"types": "./build/modern/production.d.cts",
"default": "./build/modern/production.cjs"
"./build/modern/production.js": {
"./package.json": "./package.json"
"sideEffects": false,
"files": [
"build",
"src"
],
"dependencies": {
"@tanstack/query-devtools": "workspace:*"
"devDependencies": {
"@tanstack/react-query": "workspace:*",
"@types/react": "npm:types-react@rc",
"@vitejs/plugin-react": "^4.3.1",
"react": "19.0.0-rc-4c2e457c7c-20240522"
"peerDependencies": {
"@tanstack/react-query": "workspace:^",
"react": "^18 || ^19"