todoApp/node_modules/@tanstack/react-query/package.json

65 lines
1.8 KiB
JSON

{
"name": "@tanstack/react-query",
"version": "5.69.0",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
"author": "tannerlinsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/query.git",
"directory": "packages/react-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",
"react-native": "src/index.ts",
"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",
"!src/__tests__",
"!build/codemods/node_modules",
"!build/codemods/vite.config.ts",
"!build/codemods/**/__testfixtures__",
"!build/codemods/**/__tests__"
],
"dependencies": {
"@tanstack/query-core": "5.69.0"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
"@testing-library/react-render-stream": "^2.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.3",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"npm-run-all": "^4.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"@tanstack/query-persist-client-core": "5.69.0"
},
"peerDependencies": {
"react": "^18 || ^19"
},
"scripts": {}
}