{ "name": "@tanstack/react-query-next-experimental", "version": "5.51.11", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/query.git", "directory": "packages/react-query-next-experimental" }, "homepage": "https://tanstack.com/query", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "scripts": { "clean": "rimraf ./build && rimraf ./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:build": "publint --strict && attw --pack", "build": "tsup" }, "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" } }, "./package.json": "./package.json" }, "sideEffects": false, "files": [ "build", "src" ], "devDependencies": { "@tanstack/react-query": "workspace:*", "@types/react": "npm:types-react@rc", "@vitejs/plugin-react": "^4.3.1", "next": "^14.2.4", "react": "19.0.0-rc-4c2e457c7c-20240522" }, "peerDependencies": { "@tanstack/react-query": "workspace:^", "next": "^13 || ^14 || ^15", "react": "^18 || ^19" } }