/
Art86
/
DefectDojo-DevSecOps
Обзор
Документация
Войти
/
Art86
/
DefectDojo-DevSecOps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
2.53.2
docs/package.json
39 строк
920 B
renovate[bot]
Update dependency prettier from 3.6.2 to v3.7.2 (docs/package.json) (#13781)
29 ноя 2025, 03:31
29 ноя 2025, 03:31
e9cc9b8
Код
Авторство
О чём код?
{ "name": "doks", "version": "1.8.0", "description": "Doks theme", "author": "Thulite", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/thuliteio/doks.git" }, "scripts": { "create": "hugo new", "dev": "hugo server --disableFastRender --noHTTPCache", "format": "prettier **/** -w -c", "build": "hugo --minify --gc", "preview": "vite preview --outDir public" }, "dependencies": { "@docsearch/css": "4.3.2", "@docsearch/js": "4.3.2", "@tabler/icons": "3.35.0", "@thulite/doks-core": "1.8.3", "@thulite/images": "3.3.3", "@thulite/inline-svg": "1.2.1", "@thulite/seo": "2.4.2", "thulite": "2.6.3" }, "devDependencies": { "prettier": "3.7.2", "vite": "7.2.4" }, "engines": { "node": ">=20.11.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }