mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
Add lazy image component
This commit is contained in:
Generated
+16
@@ -45,6 +45,7 @@
|
||||
"react-player": "^2.10.0",
|
||||
"react-router": "^6.3.0",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-simple-img": "^3.0.0",
|
||||
"react-slider": "^2.0.0",
|
||||
"react-virtualized-auto-sizer": "^1.0.6",
|
||||
"react-window": "^1.8.7",
|
||||
@@ -17399,6 +17400,15 @@
|
||||
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-simple-img": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-simple-img/-/react-simple-img-3.0.0.tgz",
|
||||
"integrity": "sha512-I0sG/GgY9c+04BgWf1YRlipWBQxR3oG2s/bagU8EO7zals3/Vkfk1PJMeYh/wHfjxJtUmal+y7HWEBm4MzXVsQ==",
|
||||
"peerDependencies": {
|
||||
"react": ">= 16.3.0",
|
||||
"react-dom": ">= 16.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-slider": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-slider/-/react-slider-2.0.0.tgz",
|
||||
@@ -36732,6 +36742,12 @@
|
||||
"react-is": "^16.12.0 || ^17.0.0 || ^18.0.0"
|
||||
}
|
||||
},
|
||||
"react-simple-img": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-simple-img/-/react-simple-img-3.0.0.tgz",
|
||||
"integrity": "sha512-I0sG/GgY9c+04BgWf1YRlipWBQxR3oG2s/bagU8EO7zals3/Vkfk1PJMeYh/wHfjxJtUmal+y7HWEBm4MzXVsQ==",
|
||||
"requires": {}
|
||||
},
|
||||
"react-slider": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-slider/-/react-slider-2.0.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user