/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/lqip-loader/package.json
33 строки
736 B
Sébastien Lorber
chore(deps): upgrade `sharp`, fix Argos/Playwright (#12188)
19 июн 2026, 16:00
Не верифицирован
19 июн 2026, 16:00
122af83
Код
Авторство
О чём код?
{ "name": "@docusaurus/lqip-loader", "version": "3.10.1", "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.10.1", "file-loader": "^6.2.0", "lodash": "^4.17.21", "sharp": "^0.35.1", "tslib": "^2.6.0" }, "engines": { "node": ">=24.14" }, "devDependencies": { "@types/file-loader": "^5.0.1", "webpack": "^5.106.2" } }