{ "name": "@tanstack/react-query-next-experimental", "version": "5.0.5", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", "repository": "tanstack/query", "homepage": "https://tanstack.com/query", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "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" ], "scripts": { "clean": "rimraf ./build && rimraf ./coverage", "test:eslint": "eslint --ext .ts,.tsx ./src", "test:types": "tsc", "test:lib": "vitest run --coverage --passWithNoTests", "test:lib:dev": "pnpm run test:lib --watch", "test:build": "publint --strict", "build": "tsup" }, "devDependencies": { "@tanstack/react-query": "workspace:*", "@types/react": "^18.2.31", "@types/react-dom": "^18.2.14", "next": "^13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-error-boundary": "^3.1.4" }, "peerDependencies": { "@tanstack/react-query": "workspace:^", "next": "^13.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" } }