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",
|
2021-07-26 03:07:23 -07: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 03:29:36 -07:00
|
|
|
"serve": "eleventy --serve"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-09-08 06:27:07 -07:00
|
|
|
"@11ty/eleventy": "^1.0.2",
|
|
|
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
|
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
|
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
2021-08-09 02:59:36 -07:00
|
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
2022-09-08 06:27:07 -07:00
|
|
|
"markdown-it-anchor": "^8.6.4"
|
2020-08-13 03:29:36 -07:00
|
|
|
}
|
|
|
|
|
}
|