Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@tanstack
/
react-query-persist-client
/
Filename :
package.json
back
Copy
{ "name": "@tanstack/react-query-persist-client", "version": "4.36.1", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/query.git", "directory": "packages/react-query-persist-client" }, "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" }, "./package.json": "./package.json" }, "sideEffects": false, "files": [ "build/lib/*", "build/umd/*", "src" ], "devDependencies": { "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "react": "^18.2.0", "react-17": "npm:react@^17.0.2", "react-dom": "^18.2.0", "react-dom-17": "npm:react-dom@^17.0.2", "@tanstack/react-query": "4.36.1" }, "dependencies": { "@tanstack/query-persist-client-core": "4.36.1" }, "peerDependencies": { "@tanstack/react-query": "^4.36.1" }, "scripts": { "clean": "rimraf ./build", "test:eslint": "eslint --ext .ts,.tsx ./src", "test:types": "tsc", "test:lib": "jest --config ./jest.config.ts", "test:lib:dev": "pnpm run test:lib --watch", "build:types": "tsc --build" } }