-
-
Notifications
You must be signed in to change notification settings - Fork 431
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 728 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@tanstack/virtual-benchmarks",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"bench": "node runner/run.mjs",
"bench:headed": "node runner/run.mjs --headed"
},
"dependencies": {
"@tanstack/react-virtual": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtuoso": "^4.15.0",
"react-window": "^2.2.4",
"virtua": "^0.49.0"
},
"devDependencies": {
"@playwright/test": "^1.53.1",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.5.2",
"typescript": "5.6.3",
"vite": "^6.4.2"
}
}