{ "name": "query", "repository": { "type": "git", "url": "https://github.com/TanStack/query.git" }, "packageManager": "pnpm@8.9.2", "type": "module", "scripts": { "clean": "pnpm --filter \"./packages/**\" run clean", "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", "install:csb": "corepack enable && pnpm install --frozen-lockfile", "test": "pnpm run test:ci", "test:ci": "nx run-many --exclude=examples/** --targets=test:format,test:eslint,test:lib,test:types,test:build,test:bundle,build", "test:eslint": "nx affected --target=test:eslint", "test:format": "pnpm run prettier --check", "test:lib": "nx affected --target=test:lib", "test:lib:dev": "pnpm --filter \"./packages/**\" run test:lib:dev", "test:build": "nx affected --target=test:build", "test:types": "nx affected --target=test:types", "test:bundle": "nx affected --target=test:bundle", "build": "nx affected --target=build", "build:all": "nx run-many --exclude=examples/** --target=build", "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", "dev": "pnpm run watch", "prettier": "prettier --plugin-search-dir . \"{examples,integrations,packages,scripts}/**/*.{md,js,jsx,cjs,ts,tsx,json,vue,svelte}\"", "prettier:write": "pnpm run prettier --write", "cipublish": "node scripts/publish.js" }, "nx": { "includedScripts": [ "test:format" ] }, "namespace": "@tanstack", "devDependencies": { "@commitlint/parse": "^17.6.5", "@solidjs/testing-library": "^0.5.1", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.5.1", "@types/current-git-branch": "^1.1.5", "@types/eslint": "^8.44.0", "@types/git-log-parser": "^1.2.2", "@types/jsonfile": "^6.1.3", "@types/luxon": "^3.3.3", "@types/node": "^18.18.0", "@types/react": "^18.2.31", "@types/react-dom": "^18.2.14", "@types/semver": "^7.5.4", "@types/stream-to-array": "^2.3.2", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "@vitest/coverage-istanbul": "^0.33.0", "axios": "^1.5.1", "chalk": "^5.3.0", "concurrently": "^8.2.2", "cpy-cli": "^5.0.0", "cross-env": "^7.0.3", "current-git-branch": "^1.1.0", "esbuild": "^0.18.20", "esbuild-plugin-file-path-extensions": "^1.0.0", "eslint": "^8.34.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "git-log-parser": "^1.2.0", "jsdom": "^22.1.0", "jsonfile": "^6.1.0", "luxon": "^3.4.3", "nx": "^16.5.2", "nx-cloud": "^16.5.2", "prettier": "^2.8.8", "prettier-plugin-svelte": "^2.10.1", "publint": "^0.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.5", "semver": "^7.5.4", "solid-js": "^1.7.8", "stream-to-array": "^2.3.0", "ts-node": "^10.7.0", "tsup": "^7.2.0", "type-fest": "^4.5.0", "typescript": "^5.0.4", "vite": "^4.4.4", "vitest": "^0.33.0", "vue": "^3.3.0" } }