@tanstack/vue-query
Version:
Hooks for managing, caching and syncing asynchronous and remote data in Vue
66 lines • 1.7 kB
JSON
{
"name": "@tanstack/vue-query",
"version": "5.81.2",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",
"author": "Damian Osipiuk",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/query.git",
"directory": "packages/vue-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": {
".": {
"@tanstack/custom-condition": "./src/index.ts",
"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__"
],
"dependencies": {
"@tanstack/match-sorter-utils": "^8.19.4",
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.10",
"@tanstack/query-core": "5.81.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"@vue/composition-api": "1.7.2",
"eslint-plugin-vue": "^9.27.0",
"vue": "^3.4.27",
"vue2": "npm:vue@2.6",
"vue2.7": "npm:vue@2.7",
"@tanstack/query-test-utils": "0.0.0"
},
"peerDependencies": {
"@vue/composition-api": "^1.1.2",
"vue": "^2.6.0 || ^3.3.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"scripts": {}
}