{ "name": "query", "repository": "https://github.com/tanstack/query.git", "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": "pnpm install --frozen-lockfile", "test": "pnpm run test:ci", "test:ci": "nx affected --targets=test:lib,test:types,test:eslint,test:format --parallel=5", "test:eslint": "nx affected --target=test:eslint --parallel=5", "test:format": "pnpm run prettier --check", "test:lib": "nx affected --target=test:lib --parallel=5", "test:lib:dev": "pnpm --filter \"./packages/**\" run test:lib:dev", "test:build": "nx run-many --target=test:build --projects=root", "test:types": "nx affected --target=test:types --parallel=5", "build": "nx run-many --target=build --projects=root", "build:types": "nx affected --target=build:types --parallel=5", "watch": "concurrently --kill-others \"rollup --config rollup.config.js -w\" \"pnpm run build:types --watch\"", "dev": "pnpm run watch", "prettier": "prettier --plugin-search-dir . \"{packages,examples}/**/src/**/*.{md,js,jsx,ts,tsx,json,vue,svelte}\"", "prettier:write": "pnpm run prettier --write", "cipublish": "ts-node scripts/publish.ts", "validatePackages": "ts-node scripts/validate-packages.ts" }, "nx": { "includedScripts": [ "test:format", "test:build" ] }, "namespace": "@tanstack", "devDependencies": { "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@commitlint/parse": "^17.4.2", "@nrwl/nx-cloud": "^15.3.1", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.4.3", "@types/eslint": "^8.21.2", "@types/luxon": "^3.2.0", "@types/node": "^18.13.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@types/semver": "^7.3.13", "@types/testing-library__jest-dom": "^5.14.5", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "@vitest/coverage-istanbul": "^0.27.1", "axios": "^1.3.2", "babel-eslint": "^10.1.0", "babel-preset-solid": "^1.6.10", "bundlewatch": "^0.3.3", "chalk": "^4.1.2", "concurrently": "^7.6.0", "current-git-branch": "^1.1.0", "eslint": "8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-config-react-app": "^7.0.1", "eslint-config-standard": "^17.0.0", "eslint-config-standard-react": "^13.0.0", "eslint-import-resolver-typescript": "^3.5.3", "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-standard": "^5.0.0", "git-log-parser": "^1.2.0", "jsonfile": "^6.1.0", "luxon": "^3.2.1", "nx": "16.0.1", "nx-cloud": "16.0.5", "prettier": "^2.8.4", "prettier-plugin-svelte": "^2.9.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^4.1.2", "rollup": "^3.15.0", "rollup-plugin-preserve-directives": "0.1.0", "rollup-plugin-size": "^0.2.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-visualizer": "^5.9.0", "rollup-preset-solid": "^1.4.0", "semver": "^7.3.8", "solid-js": "^1.6.13", "solid-testing-library": "^0.3.0", "stream-to-array": "^2.3.0", "ts-node": "^10.9.1", "typescript": "4.7.4", "vitest": "^0.27.1", "vue": "^3.2.47" }, "bundlewatch": { "files": [ { "path": "packages/*/build/umd/*.production.js" } ] }, "pnpm": { "patchedDependencies": { "@types/testing-library__jest-dom@5.14.5": "patches/@types__testing-library__jest-dom@5.14.5.patch" } } }