{ "name": "tanstack.com", "private": true, "sideEffects": false, "repository": "https://github.com/TanStack/tanstack.com.git", "packageManager": "pnpm@9.4.0", "type": "module", "scripts": { "dev": "npm-run-all --parallel dev:frontend dev:backend", "with-env": "dotenv -e ../../.env", "dev:frontend": "pnpm run with-env vinxi dev", "dev:backend": "convex dev --tail-logs", "build": "vinxi build", "start": "vinxi start", "lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./app", "format": "prettier --write '**/*' --ignore-unknown", "linkAll": "node scripts/link.js" }, "dependencies": { "@convex-dev/react-query": "0.0.0-alpha.8", "@erquhart/convex-oss-stats": "^0.5.5", "@floating-ui/react": "^0.27.8", "@headlessui/react": "1.7.18", "@number-flow/react": "^0.4.1", "@observablehq/plot": "^0.6.17", "@octokit/graphql": "^7.0.2", "@octokit/rest": "^20.0.2", "@orama/react-components": "^0.1.23", "@radix-ui/react-dropdown-menu": "^2.1.12", "@radix-ui/react-select": "^2.2.2", "@remix-run/node": "^2.8.1", "@sentry/react": "^8.35.0", "@sentry/vite-plugin": "^2.22.6", "@tailwindcss/typography": "^0.5.13", "@tanstack-dev/components": "^1.4.0", "@tanstack/pacer": "^0.2.0", "@tanstack/react-pacer": "^0.2.0", "@tanstack/react-query": "^5.66.0", "@tanstack/react-router": "1.109.2", "@tanstack/react-router-with-query": "1.109.2", "@tanstack/router-devtools": "1.109.2", "@tanstack/start": "1.111.1", "@types/d3": "^7.4.3", "@typescript-eslint/parser": "^7.2.0", "@vercel/analytics": "^1.2.2", "@vercel/speed-insights": "^1.0.10", "@visx/hierarchy": "^2.10.0", "@visx/responsive": "^2.10.0", "@vitejs/plugin-react": "^4.3.3", "airtable": "^0.12.2", "algoliasearch": "^5.23.4", "axios": "^1.6.7", "cmdk": "^1.1.1", "convex": "^1.17.2", "d3": "^7.9.0", "date-fns": "^2.30.0", "downshift": "^9.0.9", "eslint-config-react-app": "^7.0.1", "gray-matter": "^4.0.3", "html-react-parser": "^5.1.10", "import-meta-resolve": "^4.0.0", "lru-cache": "^7.13.1", "marked": "^13.0.2", "marked-alert": "^2.0.1", "marked-gfm-heading-id": "^4.0.0", "qss": "^3.0.0", "react": "^19.0.0", "react-colorful": "^5.6.1", "react-dom": "^19.0.0", "react-icons": "^5.3.0", "react-instantsearch": "7", "react-markdown": "^6.0.3", "remix-utils": "^8.5.0", "remove-markdown": "^0.5.0", "shiki": "^1.4.0", "tailwind-merge": "^1.14.0", "tiny-invariant": "^1.3.3", "vinxi": "^0.5.3", "vite-tsconfig-paths": "^5.0.1", "zod": "^3.23.8", "zustand": "^4.5.2" }, "devDependencies": { "@content-collections/core": "^0.8.2", "@content-collections/vite": "^0.2.4", "@shikijs/transformers": "^1.10.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/remove-markdown": "^0.3.4", "autoprefixer": "^10.4.18", "dotenv-cli": "^8.0.0", "eslint": "^8.57.0", "eslint-plugin-unicorn": "^49.0.0", "npm-run-all": "^4.1.5", "postcss": "^8.4.35", "prettier": "^2.8.8", "tailwindcss": "^3.4.1", "typescript": "^5.6.3" }, "engines": { "node": ">=18.0.0" }, "_pnpm": { "overrides": { "@tanstack/react-router": "file:../router/packages/react-router", "@tanstack/router-devtools": "file:../router/packages/router-devtools", "@tanstack/start": "file:../router/packages/start", "@tanstack/history": "file:../router/packages/history", "@tanstack/react-store": "file:../router/packages/react-router/node_modules/@tanstack/react-store", "@tanstack/router-vite-plugin": "file:../router/packages/router-vite-plugin", "@tanstack/router-generator": "file:../router/packages/router-generator" } } }