Revert "remove package.json files"

This reverts commit 6d868fb3c5.
This commit is contained in:
Christian Bräunlich 2024-09-01 08:03:53 +00:00
parent 3b4f6ed968
commit 6807e6f56e
2 changed files with 1564 additions and 0 deletions

1540
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

24
package.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "tech-doc-hugo",
"version": "0.0.1",
"description": "Hugo theme for technical documentation.",
"main": "none.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/google/docsy-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/google/docsy-example/issues"
},
"homepage": "https://github.com/google/docsy-example#readme",
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0"
}
}