docusaurus/packages/lqip-loader/package.json
Joshua Chen f903422617
refactor: unify error handling behavior (#6755)
* refactor: unify error handling behavior

* revert

* normalize paths

* test...

* change

* does this work...

* fix...

* maybe fix

* maybe fix

* fix

* fix...
2022-02-25 15:07:13 +08:00

34 lines
745 B
JSON

{
"name": "@docusaurus/lqip-loader",
"version": "2.0.0-beta.15",
"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.15",
"file-loader": "^6.2.0",
"lodash": "^4.17.21",
"node-vibrant": "^3.1.6",
"sharp": "^0.30.1",
"tslib": "^2.3.1"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@types/sharp": "^0.29.2"
}
}