2020-08-13 10:29:36 +00:00
|
|
|
{
|
|
|
|
"name": "codeberg-docs",
|
|
|
|
"description": "The documentation site for Codeberg",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-08-27 14:43:48 +00:00
|
|
|
"build": "rm -rf _site/ && eleventy",
|
2021-07-26 10:07:23 +00:00
|
|
|
"deploy": "./deploy.sh git@codeberg.org:docs/pages.git",
|
|
|
|
"deploytest": "ELEVENTY_ENV=testing ./deploy.sh git@codeberg-test.org:docs/pages.git",
|
2020-08-13 10:29:36 +00:00
|
|
|
"serve": "eleventy --serve"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-21 12:15:58 +00:00
|
|
|
"@11ty/eleventy": "^2.0.1",
|
2022-09-08 13:27:07 +00:00
|
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
2023-07-21 12:15:58 +00:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
2021-08-09 09:59:36 +00:00
|
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
2023-12-11 17:32:09 +00:00
|
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
2023-11-30 21:33:22 +00:00
|
|
|
"markdown-it-anchor": "^8.6.7",
|
|
|
|
"pagefind": "^1.0.4"
|
2020-08-13 10:29:36 +00:00
|
|
|
}
|
|
|
|
}
|