mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
32 lines
720 B
JSON
32 lines
720 B
JSON
{
|
|
"name": "@docusaurus/lqip-loader",
|
|
"version": "3.0.0-beta.0",
|
|
"description": "Low Quality Image Placeholders (LQIP) loader for webpack.",
|
|
"main": "lib/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/lqip-loader"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/logger": "3.0.0-beta.0",
|
|
"file-loader": "^6.2.0",
|
|
"lodash": "^4.17.21",
|
|
"sharp": "^0.32.3",
|
|
"tslib": "^2.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-loader": "^5.0.1"
|
|
}
|
|
}
|