mirror of
https://github.com/kopia/kopia.git
synced 2026-01-02 19:47:51 -05:00
* chore(site): upgraded site to latest hugo and removed vendored files This switches to using github.com/google/docsy as a Hugo module, so we don't need to vendor the theme anymore or its dependencies. * layout * more style, edit MD support * style * style * fixed linter errors * update text
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"name": "site",
|
|
"version": "0.0.1",
|
|
"description": "Kopia site.",
|
|
"main": "none.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.24",
|
|
"postcss-cli": "^10.1.0"
|
|
}
|
|
}
|