2020-08-13 03:29:36 -07:00
|
|
|
{
|
|
|
|
|
"name": "codeberg-docs",
|
|
|
|
|
"description": "The documentation site for Codeberg",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2025-11-21 12:40:44 -08:00
|
|
|
"build": "eleventy",
|
2025-12-18 17:12:14 -08:00
|
|
|
"dev": "eleventy --serve --incremental",
|
|
|
|
|
"lint-markdown": "markdownlint-cli2 '**/*.md' '#node_modules'",
|
|
|
|
|
"lint-markdown-fix": "markdownlint-cli2 --fix '**/*.md' '#node_modules'",
|
|
|
|
|
"lint-prettier": "prettier --check .",
|
|
|
|
|
"lint-prettier-fix": "prettier -w --check .",
|
|
|
|
|
"lint-spellcheck": "cspell lint --no-progress --gitignore '{**,.*}/{*,.*}'"
|
2020-08-13 03:29:36 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-27 05:36:08 -07:00
|
|
|
"@11ty/eleventy": "3.1.5",
|
2025-10-21 04:46:02 -07:00
|
|
|
"@11ty/eleventy-img": "6.0.4",
|
2025-12-18 16:30:43 -08:00
|
|
|
"@11ty/eleventy-navigation": "1.0.5",
|
2025-10-21 04:46:02 -07:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.2",
|
2025-11-20 15:45:56 -08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "7.1.0",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "7.1.0",
|
2025-10-21 04:46:02 -07:00
|
|
|
"@toycode/markdown-it-class": "1.2.4",
|
|
|
|
|
"@uncenter/eleventy-plugin-toc": "1.0.3",
|
2026-04-18 06:33:00 -07:00
|
|
|
"cspell": "9.8.0",
|
2025-10-21 04:46:02 -07:00
|
|
|
"halfmoon": "2.0.2",
|
2026-03-11 17:25:14 -07:00
|
|
|
"markdown-it": "14.1.1",
|
2025-10-21 04:46:02 -07:00
|
|
|
"markdown-it-anchor": "9.2.0",
|
2026-01-13 07:13:05 -08:00
|
|
|
"markdownlint-cli2": "0.20.0",
|
2025-12-18 17:12:14 -08:00
|
|
|
"pagefind": "1.4.0",
|
2026-02-02 13:11:36 -08:00
|
|
|
"prettier": "3.8.1"
|
2020-08-13 03:29:36 -07:00
|
|
|
}
|
|
|
|
|
}
|