Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
1.89 kB
{
"name": "@tanstack/vue-query-devtools",
"version": "5.83.0",
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
"author": "tannerlinsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/query.git",
"directory": "packages/vue-query-devtools"
},
"homepage": "https://tanstack.com/query",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"scripts": {
"clean": "premove ./build ./coverage ./dist-ts",
"compile": "vue-tsc --build",
"test:eslint": "eslint ./src",
"test:types": "vue-tsc --build",
"test:build": "publint --strict && attw --pack",
"build": "pnpm run compile && vite build"
},
"type": "module",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
"main": "dist/esm/index.js",
"exports": {
".": {
"@tanstack/custom-condition": "./src/index.ts",
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"./production": {
"@tanstack/custom-condition": "./src/production.ts",
"types": "./dist/esm/production.d.ts",
"default": "./dist/esm/production.js"
},
"./dist/production.js": {
"types": "./dist/esm/production.d.ts",
"default": "./dist/esm/production.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"dist",
"src",
"!src/__tests__"
],
"dependencies": {
"@tanstack/query-devtools": "workspace:*"
},
"devDependencies": {
"@tanstack/vue-query": "workspace:*",
"@vitejs/plugin-vue": "^5.2.4",
"eslint-plugin-vue": "^9.27.0",
"typescript": "5.8.3",
"vite": "^6.3.5",
"vue": "^3.4.27",
"vue-tsc": "^2.2.8"
},
"peerDependencies": {
"@tanstack/vue-query": "workspace:^",
"vue": "^3.3.0"
}
}