mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-05 01:38:52 +02:00
* chore(v2): upgrade dependencies * Set minimum Node.js version to 12.13 * Fix test * Upgrade copy-text-to-clipboard * Bump Node versions * Update .nvmrc * mark cacheTime as forbidded field * Downgrade jest to v25.2.7 * Increase Node version for Windows CI * Test fix * Attempt to fix Windows CI * Downgrade execa * fix async test errors * Upgrade execa Co-authored-by: slorber <lorber.sebastien@gmail.com>
25 lines
595 B
JSON
25 lines
595 B
JSON
{
|
|
"name": "@docusaurus/lqip-loader",
|
|
"version": "2.0.0-alpha.70",
|
|
"description": "Low Quality Image Placeholders (LQIP) loader for webpack.",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/lqip-loader"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-loader": "^6.2.0",
|
|
"loader-utils": "^1.2.3",
|
|
"lodash.sortby": "^4.7.0",
|
|
"node-vibrant": "^3.1.5",
|
|
"sharp": "^0.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
}
|