/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-cssnano-preset/package.json
31 строка
705 B
Sébastien Lorber
chore: bump package.json versions, mostly for canary release versioning (#11980)
30 апр 2026, 18:09
Не верифицирован
30 апр 2026, 18:09
3f10bdc
Код
Авторство
О чём код?
{ "name": "@docusaurus/cssnano-preset", "version": "3.10.1", "description": "Advanced cssnano preset for maximum optimization.", "main": "lib/index.js", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "https://github.com/facebook/docusaurus.git", "directory": "packages/docusaurus-cssnano-preset" }, "dependencies": { "cssnano-preset-advanced": "^7.0.15", "postcss": "^8.5.12", "postcss-sort-media-queries": "^6.5.0", "tslib": "^2.6.0" }, "devDependencies": { "to-vfile": "^6.1.0" }, "engines": { "node": ">=24.14" } }