{ "name": "query", "private": true, "repository": { "type": "git", "url": "https://github.com/TanStack/query.git" }, "packageManager": "pnpm@8.12.1", "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:pr": "nx affected --targets=test:eslint,test:lib,test:types,test:build,build", "test:ci": "nx run-many --targets=test:format,test:sherif,test:eslint,test:lib,test:types,test:build,build", "test:eslint": "nx affected --target=test:eslint --exclude=examples/**", "test:format": "pnpm run prettier --check", "test:sherif": "sherif -i react-scripts", "test:lib": "nx affected --target=test:lib --exclude=examples/**", "test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib", "test:build": "nx affected --target=test:build --exclude=examples/**", "test:types": "nx affected --target=test:types --exclude=examples/**", "build": "nx affected --target=build --exclude=examples/**", "build:all": "nx run-many --target=build --exclude=examples/**", "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", "dev": "pnpm run watch", "prettier": "prettier --ignore-unknown '**/*'", "prettier:write": "pnpm run prettier --write", "cipublish": "node scripts/publish.js" }, "nx": { "includedScripts": [ "test:format", "test:sherif" ] }, "namespace": "@tanstack", "devDependencies": { "@cspell/eslint-plugin": "^8.3.2", "@solidjs/testing-library": "^0.8.5", "@tanstack/config": "^0.4.2", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.1.2", "@types/eslint": "^8.56.0", "@types/node": "^18.19.3", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vitest/coverage-istanbul": "^1.1.0", "cpy-cli": "^5.0.0", "esbuild-plugin-file-path-extensions": "^2.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^23.0.1", "knip": "^3.3.1", "nx": "^17.2.7", "prettier": "^4.0.0-alpha.8", "prettier-plugin-svelte": "^3.1.2", "publint": "^0.2.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.5", "sherif": "^0.7.0", "solid-js": "^1.8.7", "tsup": "^8.0.1", "typescript": "5.2.2", "vite": "^5.0.10", "vitest": "^1.1.0" }, "pnpm": { "overrides": { "@typescript-eslint/eslint-plugin": "$@typescript-eslint/eslint-plugin", "@typescript-eslint/parser": "$@typescript-eslint/parser", "eslint": "$eslint" } } }