Files
ente/web/apps/photos/package.json
Manav Rathi 3d8d4bd8bf Update to pick the performance improvement
> Changed width and height values to be based om getBoundingClientRect rather
  than offsetWidth and offsetHeight (which are integers and can cause
  rounding/flickering problems in some cases).
>
> https://github.com/bvaughn/react-virtualized-auto-sizer/releases/tag/1.0.26
2025-04-03 11:33:01 +05:30

37 lines
1.0 KiB
JSON

{
"name": "photos",
"version": "0.0.0",
"private": true,
"dependencies": {
"chrono-node": "^2.7.8",
"debounce": "^2.2.0",
"ente-accounts": "*",
"ente-base": "*",
"ente-gallery": "*",
"ente-media": "*",
"ente-new": "*",
"ente-shared": "*",
"localforage": "^1.10.0",
"memoize-one": "^6.0.0",
"ml-matrix": "^6.12.0",
"p-debounce": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-select": "^5.10.1",
"react-top-loading-bar": "^3.0.2",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.11",
"sanitize-filename": "^1.6.3",
"similarity-transformation": "^0.0.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"ente-build-config": "*"
}
}