{ "name": "query", "repository": "https://github.com/tanstack/query.git", "packageManager": "pnpm@8.5.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:ci": "nx run-many --exclude=examples/** --targets=test:format,test:eslint,test:lib,test:types,build,test: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", "build": "nx affected --target=build", "build:all": "nx run-many --exclude=examples/** --target=build", "watch": "concurrently --kill-others \"pnpm -r build:rollup -w\" \"pnpm -r build:types --watch\"", "dev": "pnpm run watch", "prettier": "prettier --plugin-search-dir . \"{packages,examples,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": { "@babel/core": "^7.21.8", "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.5", "@commitlint/parse": "^17.6.5", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-replace": "^5.0.2", "@solidjs/testing-library": "^0.5.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.4.3", "@types/current-git-branch": "^1.1.3", "@types/eslint": "^8.34.0", "@types/jsonfile": "^6.1.1", "@types/luxon": "^3.3.0", "@types/node": "^18.13.0", "@types/react": "^18.2.4", "@types/react-dom": "^18.2.4", "@types/semver": "^7.5.0", "@types/stream-to-array": "^2.3.0", "@types/testing-library__jest-dom": "^5.14.5", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "@vitest/coverage-istanbul": "^0.27.1", "axios": "^1.4.0", "babel-preset-solid": "^1.6.10", "chalk": "^5.2.0", "concurrently": "^8.0.1", "cpy-cli": "^4.2.0", "current-git-branch": "^1.1.0", "eslint": "^8.34.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-compat": "^4.1.4", "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", "jsonfile": "^6.1.0", "luxon": "^3.3.0", "nx": "^16.3.1", "nx-cloud": "^16.0.5", "prettier": "^2.8.8", "prettier-plugin-svelte": "^2.10.0", "publint": "^0.1.12", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.1", "rollup": "^3.23.0", "rollup-plugin-node-externals": "^6.1.0", "rollup-plugin-preserve-directives": "^0.2.0", "rollup-plugin-visualizer": "^5.9.0", "rollup-preset-solid": "^2.0.1", "semver": "^7.5.1", "solid-js": "^1.6.13", "stream-to-array": "^2.3.0", "type-fest": "^3.11.0", "typescript": "^5.0.4", "vitest": "^0.27.1", "vue": "^3.2.47" }, "pnpm": { "patchedDependencies": { "@types/testing-library__jest-dom@5.14.5": "patches/@types__testing-library__jest-dom@5.14.5.patch" } } }