mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 17:28:57 +02:00
32 lines
715 B
JSON
32 lines
715 B
JSON
{
|
|
"name": "@docusaurus/lqip-loader",
|
|
"version": "2.0.0-beta.18",
|
|
"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": "2.0.0-beta.18",
|
|
"file-loader": "^6.2.0",
|
|
"lodash": "^4.17.21",
|
|
"sharp": "^0.30.3",
|
|
"tslib": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sharp": "^0.30.0"
|
|
}
|
|
}
|