portfolios_tutoriel/themes/reveal-hugo/package.json

10 lines
147 B
JSON
Raw Permalink Normal View History

2022-02-09 15:43:10 +01:00
{
"scripts": {
"start": "hugo server -s exampleSite",
"build": "hugo -s exampleSite"
},
"dependencies": {
"npm": "^6.14.6"
}
}