|
3 | 3 | "private": true, |
4 | 4 | "sideEffects": false, |
5 | 5 | "repository": "https://github.com/TanStack/tanstack.com.git", |
6 | | - "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319", |
| 6 | + "packageManager": "pnpm@11.1.0", |
7 | 7 | "type": "module", |
8 | 8 | "scripts": { |
9 | 9 | "dev": "pnpm run with-env vite dev", |
10 | 10 | "with-env": "dotenv -e .env.local", |
11 | 11 | "dev:frontend": "pnpm run with-env vite dev", |
12 | | - "build": "vite build", |
| 12 | + "build": "vite build --logLevel warn", |
13 | 13 | "start": "vite start", |
14 | 14 | "start:prod": "pnpm run with-env node scripts/run-built-server.mjs", |
15 | 15 | "content:build": "node scripts/build-content-collections.mjs", |
|
21 | 21 | "db:studio": "drizzle-kit studio", |
22 | 22 | "docs:webhooks:plan": "tsx scripts/sync-docs-webhooks.ts --dry-run", |
23 | 23 | "docs:webhooks:sync": "tsx scripts/sync-docs-webhooks.ts", |
24 | | - "husky": "pnpm run format && pnpm run test && pnpm run test:smoke", |
| 24 | + "husky": "pnpm run format && pnpm run test", |
25 | 25 | "pretest": "pnpm run content:build", |
26 | 26 | "test": "run-p test:tsc test:lint", |
27 | 27 | "test:tsc": "tsc", |
28 | 28 | "test:lint": "pnpm run lint", |
29 | | - "test:smoke": "tsx tests/smoke.ts", |
30 | | - "test:e2e": "playwright test", |
31 | 29 | "prepare": "husky" |
32 | 30 | }, |
33 | 31 | "dependencies": { |
| 32 | + "@fingerprintjs/fingerprintjs-pro-react": "^2.7.1", |
34 | 33 | "@floating-ui/react": "^0.27.19", |
| 34 | + "@kapaai/react-sdk": "^0.9.10", |
35 | 35 | "@modelcontextprotocol/sdk": "^1.29.0", |
36 | 36 | "@netlify/functions": "^5.1.5", |
37 | 37 | "@netlify/vite-plugin-tanstack-start": "^1.3.2", |
|
52 | 52 | "@takumi-rs/core": "^1.1.2", |
53 | 53 | "@takumi-rs/helpers": "^1.1.2", |
54 | 54 | "@takumi-rs/image-response": "^1.1.2", |
55 | | - "@tanstack/ai": "^0.10.2", |
56 | | - "@tanstack/ai-anthropic": "^0.7.3", |
57 | | - "@tanstack/ai-client": "^0.7.9", |
58 | | - "@tanstack/ai-openai": "^0.7.4", |
59 | | - "@tanstack/create": "^0.63.4", |
60 | | - "@tanstack/pacer": "^0.20.1", |
61 | | - "@tanstack/react-hotkeys": "^0.9.1", |
62 | | - "@tanstack/react-pacer": "^0.21.1", |
63 | | - "@tanstack/react-query": "^5.96.2", |
64 | | - "@tanstack/react-router": "1.168.24", |
65 | | - "@tanstack/react-router-devtools": "1.166.13", |
66 | | - "@tanstack/react-router-ssr-query": "1.166.12", |
67 | | - "@tanstack/react-start": "1.167.49", |
68 | | - "@tanstack/react-start-server": "1.166.43", |
| 55 | + "@tanstack/ai": "^0.20.1", |
| 56 | + "@tanstack/ai-anthropic": "^0.10.1", |
| 57 | + "@tanstack/ai-client": "^0.11.3", |
| 58 | + "@tanstack/ai-openai": "^0.9.5", |
| 59 | + "@tanstack/create": "^0.68.0", |
| 60 | + "@tanstack/pacer": "^0.21.1", |
| 61 | + "@tanstack/react-hotkeys": "^0.10.0", |
| 62 | + "@tanstack/react-pacer": "^0.22.1", |
| 63 | + "@tanstack/react-query": "^5.100.11", |
| 64 | + "@tanstack/react-router": "1.170.7", |
| 65 | + "@tanstack/react-router-devtools": "1.167.0", |
| 66 | + "@tanstack/react-router-ssr-query": "1.167.0", |
| 67 | + "@tanstack/react-start": "1.168.10", |
| 68 | + "@tanstack/react-start-client": "1.168.2", |
69 | 69 | "@tanstack/react-table": "^8.21.3", |
70 | 70 | "@types/d3": "^7.4.3", |
71 | 71 | "@uploadthing/react": "^7.3.3", |
|
81 | 81 | "diff": "^8.0.4", |
82 | 82 | "discord-interactions": "^4.4.0", |
83 | 83 | "drizzle-orm": "^0.45.2", |
| 84 | + "encoding-sniffer": "^0.2.1", |
84 | 85 | "gray-matter": "^4.0.3", |
85 | 86 | "hast-util-is-element": "^3.0.0", |
86 | 87 | "hast-util-to-string": "^3.0.1", |
| 88 | + "iconv-lite": "^0.7.2", |
87 | 89 | "jszip": "^3.10.1", |
88 | 90 | "lru-cache": "^11.2.7", |
89 | 91 | "lucide-react": "^1.7.0", |
90 | 92 | "maath": "^0.10.8", |
91 | 93 | "match-sorter": "^8.2.0", |
92 | 94 | "mermaid": "^11.14.0", |
| 95 | + "parse5": "^7.3.0", |
| 96 | + "parse5-parser-stream": "^7.1.2", |
93 | 97 | "postgres": "^3.4.8", |
94 | 98 | "react": "19.2.3", |
95 | 99 | "react-colorful": "^5.6.1", |
|
108 | 112 | "remove-markdown": "^0.6.3", |
109 | 113 | "resend": "^6.10.0", |
110 | 114 | "shiki": "^4.0.2", |
| 115 | + "streamdown": "^2.5.0", |
111 | 116 | "tailwind-merge": "^3.5.0", |
112 | 117 | "tar-stream": "^3.1.8", |
113 | 118 | "three": "^0.183.2", |
|
124 | 129 | "devDependencies": { |
125 | 130 | "@content-collections/core": "^0.14.3", |
126 | 131 | "@content-collections/vite": "^0.2.9", |
127 | | - "@playwright/test": "^1.59.0", |
128 | 132 | "@shikijs/transformers": "^4.0.2", |
129 | | - "@tanstack/devtools-vite": "^0.6.0", |
130 | | - "@tanstack/react-devtools": "^0.10.2", |
131 | | - "@tanstack/react-query-devtools": "^5.99.0", |
132 | | - "@tanstack/redact": "^0.0.6", |
| 133 | + "@tanstack/devtools-vite": "^0.7.0", |
| 134 | + "@tanstack/react-devtools": "^0.10.5", |
| 135 | + "@tanstack/react-query-devtools": "^5.100.11", |
| 136 | + "@tanstack/redact": "^0.0.17", |
133 | 137 | "@types/hast": "^3.0.4", |
134 | 138 | "@types/node": "^25.5.0", |
135 | 139 | "@types/pg": "^8.20.0", |
|
150 | 154 | "tailwindcss": "^4.2.2", |
151 | 155 | "tsx": "^4.21.0", |
152 | 156 | "typescript": "^6.0.2", |
153 | | - "vite": "^8.0.3" |
| 157 | + "vite": "^8.0.13" |
154 | 158 | }, |
155 | 159 | "engines": { |
156 | 160 | "node": ">=22.0.0" |
157 | | - }, |
158 | | - "pnpm": { |
159 | | - "overrides": { |
160 | | - "cross-spawn": ">=6.0.6", |
161 | | - "glob": ">=10.5.0", |
162 | | - "node-forge": ">=1.3.2", |
163 | | - "jws": ">=3.2.3", |
164 | | - "qs": ">=6.14.1", |
165 | | - "tunnel-rat>zustand": "5.0.12", |
166 | | - "js-yaml": "^3.14.2", |
167 | | - "minimatch@3.1.5>brace-expansion": "1.1.12", |
168 | | - "minimatch@5.1.9>brace-expansion": "2.0.3", |
169 | | - "minimatch@10.2.5>brace-expansion": "5.0.5" |
170 | | - } |
171 | 161 | } |
172 | 162 | } |
0 commit comments