File: //home/arjun/projects/propbase/propbase_website/node_modules/@tanstack/query-devtools/package.json
{
"name": "@tanstack/query-devtools",
"version": "5.61.4",
"description": "Developer tools to interact with and visualize the TanStack Query cache",
"author": "tannerlinsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/query.git",
"directory": "packages/query-devtools"
},
"homepage": "https://tanstack.com/query",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"type": "module",
"main": "./build/index.cjs",
"module": "./build/index.js",
"types": "./build/index.d.ts",
"browser": {},
"exports": {
"solid": {
"development": "./build/index.js",
"import": "./build/index.js"
},
"development": {
"import": {
"types": "./build/index.d.ts",
"default": "./build/dev.js"
},
"require": "./build/dev.cjs"
},
"import": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"require": "./build/index.cjs"
},
"files": [
"build",
"src",
"!src/__tests__"
],
"devDependencies": {
"@kobalte/core": "^0.13.4",
"@solid-primitives/keyed": "^1.2.2",
"@solid-primitives/resize-observer": "^2.0.26",
"@solid-primitives/storage": "^1.3.11",
"@tanstack/match-sorter-utils": "^8.19.4",
"clsx": "^2.1.1",
"goober": "^2.1.16",
"solid-js": "^1.9.3",
"solid-transition-group": "^0.2.3",
"superjson": "^2.2.1",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.10.2",
"@tanstack/query-core": "5.61.4"
},
"scripts": {}
}