{ "name": "@tanstack/react-query-devtools", "version": "5.0.0-alpha.7", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", "repository": "tanstack/query", "homepage": "https://tanstack.com/query", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "types": "build/lib/index.d.ts", "main": "build/lib/index.js", "module": "build/lib/index.esm.js", "exports": { ".": { "types": "./build/lib/index.d.ts", "import": "./build/lib/index.mjs", "default": "./build/lib/index.js" }, "./production": { "types": "./build/lib/index.d.ts", "import": "./build/lib/index.prod.mjs", "default": "./build/lib/index.prod.js" }, "./build/lib/index.prod.js": { "types": "./build/lib/index.d.ts", "import": "./build/lib/index.prod.mjs", "default": "./build/lib/index.prod.js" }, "./package.json": "./package.json" }, "sideEffects": false, "files": [ "build/lib/*", "build/umd/*", "src" ], "scripts": { "clean": "rimraf ./build", "test:eslint": "eslint --ext .ts,.tsx ./src", "test:types": "tsc", "test:lib": "vitest run --coverage", "test:lib:dev": "pnpm run test:lib --watch", "build:types": "tsc --build && cp build/lib/index.d.ts build/lib/index.prod.d.ts" }, "devDependencies": { "@tanstack/react-query": "workspace:*", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^3.1.4" }, "dependencies": { "@tanstack/match-sorter-utils": "^8.7.0", "superjson": "^1.10.0" }, "peerDependencies": { "@tanstack/react-query": "workspace:*", "react": "^18.0.0", "react-dom": "^18.0.0" } }