This repository has been archived on 2024-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
vitrine/themes/reveal-hugo/package.json
2022-01-05 23:28:57 +01:00

10 lines
147 B
JSON

{
"scripts": {
"start": "hugo server -s exampleSite",
"build": "hugo -s exampleSite"
},
"dependencies": {
"npm": "^6.14.6"
}
}