{ "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": "pnpm run test:format && pnpm run test:eslint && pnpm run test:lib && pnpm run test:types", "test:react:17": "pnpm --filter \"./packages/react-*\" run test:lib", "test:eslint": "pnpm --filter \"./packages/**\" run test:eslint", "test:format": "pnpm run prettier --check", "test:lib": "pnpm --filter \"./packages/**\" run test:lib", "test:lib:dev": "pnpm --filter \"./packages/**\" run test:lib:dev", "test:size": "pnpm run build && bundlewatch", "test:types": "pnpm --filter \"./packages/**\" run test:types", "build": "rollup --config rollup.config.js && pnpm --filter \"./packages/**\" run build && pnpm run build:types", "build:types": "pnpm --filter \"./packages/**\" run build:types", "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" }, "namespace": "@tanstack", "devDependencies": { "@babel/core": "^7.17.9", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@commitlint/parse": "^16.2.1", "@faker-js/faker": "^6.3.1", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "22.0.1", "@rollup/plugin-node-resolve": "^13.2.1", "@rollup/plugin-replace": "^4.0.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.0.0", "@testing-library/react-17": "npm:@testing-library/react@12.1.4", "@testing-library/react-hooks": "^7.0.2", "@types/jest": "^26.0.4", "@types/luxon": "^2.3.1", "@types/node": "^17.0.25", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@types/testing-library__jest-dom": "^5.14.5", "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "axios": "^0.26.1", "babel-eslint": "^10.1.0", "babel-jest": "^27.5.1", "babel-plugin-transform-async-to-promises": "^0.8.18", "babel-preset-solid": "^1.5.4", "bundlewatch": "^0.3.2", "concurrently": "^7.1.0", "current-git-branch": "^1.1.0", "eslint": "7.x", "eslint-config-prettier": "^6.11.0", "eslint-config-react-app": "^5.2.1", "eslint-config-standard": "^14.1.1", "eslint-config-standard-react": "^9.2.0", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-flowtype": "5.x", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "6.x", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "7.20.0", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-standard": "^4.0.1", "git-log-parser": "^1.2.0", "jest": "^27.5.1", "jsonfile": "^6.1.0", "luxon": "^2.3.2", "prettier": "^2.6.2", "prettier-plugin-svelte": "^2.9.0", "react": "^18.2.0", "react-17": "npm:react@^17.0.2", "react-dom": "^18.2.0", "react-dom-17": "npm:react-dom@^17.0.2", "rimraf": "^3.0.2", "rollup": "^2.70.2", "rollup-plugin-size": "^0.2.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-visualizer": "^5.6.0", "solid-js": "^1.5.7", "solid-testing-library": "^0.3.0", "stream-to-array": "^2.3.0", "ts-jest": "^27.1.1", "ts-node": "^10.7.0", "typescript": "^4.7.4", "vue": "^3.2.33" }, "bundlewatch": { "files": [ { "path": "packages/*/build/umd/*.production.js" } ] } }