-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "virtualized-list",
"version": "0.0.1",
"description": "A virtualized list component in React virtual dom. Based on Brian vaughn's react-window.",
"main": "index.html",
"license": "MIT",
"dependencies": {
"@apollo/client": "^4.1.6",
"@tanstack/react-router": "^1.167.0",
"@tanstack/router": "0.0.1-beta.174",
"classnames": "^2.5.1",
"graphql": "^16.13.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rxjs": "^7.8.2"
},
"scripts": {
"start": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist"
},
"author": {
"name": "Ajay K",
"email": "ajay8293@gmail.com"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"gh-pages": "^6.3.0",
"globals": "^17.4.0",
"postcss": "^8.5.8",
"prettier": "^2.0.5",
"react-window": "^2.2.7",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.0",
"vite": "^8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/iamjayk/Virtualizing-list-in-virtual-DOM.git"
}
}