mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
parent
2a72c64581
commit
f600d5a6d7
118 changed files with 3341 additions and 1980 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docusaurus/plugin-ideal-image",
|
||||
"version": "2.0.0-beta.4",
|
||||
"version": "2.0.0-beta.5",
|
||||
"description": "Docusaurus Plugin to generate an almost ideal image (responsive, lazy-loading, and low quality placeholder).",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
@ -20,10 +20,10 @@
|
|||
"fs-extra": "^9.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-beta.4",
|
||||
"@docusaurus/lqip-loader": "2.0.0-beta.4",
|
||||
"@docusaurus/core": "2.0.0-beta.5",
|
||||
"@docusaurus/lqip-loader": "2.0.0-beta.5",
|
||||
"@docusaurus/responsive-loader": "1.4.0",
|
||||
"@docusaurus/types": "2.0.0-beta.4",
|
||||
"@docusaurus/types": "2.0.0-beta.5",
|
||||
"@endiliey/react-ideal-image": "^0.0.11",
|
||||
"react-waypoint": "^10.1.0",
|
||||
"sharp": "^0.28.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue