Files
kopia/site/package.json
Jarek Kowalski 5cf54906ec chore(site): upgraded site to latest hugo and removed vendored files (#3078)
* 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
2023-06-18 11:41:01 -07:00

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"
}
}