mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
32 lines
683 B
JSON
32 lines
683 B
JSON
{
|
|
"name": "@docusaurus/lqip-loader",
|
|
"version": "2.0.0-beta.8",
|
|
"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": {
|
|
"file-loader": "^6.2.0",
|
|
"lodash": "^4.17.20",
|
|
"node-vibrant": "^3.1.5",
|
|
"sharp": "^0.29.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sharp": "^0.29.2"
|
|
}
|
|
}
|