2020-08-13 03:29:36 -07:00
|
|
|
{
|
|
|
|
|
"name": "codeberg-docs",
|
|
|
|
|
"description": "The documentation site for Codeberg",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2020-08-27 07:43:48 -07:00
|
|
|
"build": "rm -rf _site/ && eleventy",
|
2020-08-13 03:29:36 -07:00
|
|
|
"serve": "eleventy --serve"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-06-14 01:02:45 -07:00
|
|
|
"@11ty/eleventy": "^3.1.1",
|
|
|
|
|
"@11ty/eleventy-img": "^6.0.4",
|
|
|
|
|
"@11ty/eleventy-navigation": "^1.0.4",
|
|
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
|
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
2021-08-09 02:59:36 -07:00
|
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
2023-12-11 09:32:09 -08:00
|
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
2025-08-12 08:53:32 -07:00
|
|
|
"halfmoon": "^2.0.2",
|
2024-11-26 19:12:21 -08:00
|
|
|
"markdown-it": "^14.1.0",
|
2025-06-14 01:02:45 -07:00
|
|
|
"markdown-it-anchor": "^9.2.0",
|
|
|
|
|
"pagefind": "^1.3.0"
|
2020-08-13 03:29:36 -07:00
|
|
|
}
|
|
|
|
|
}
|