portfolios_tutoriel/themes/reveal-hugo/package.json
2022-02-09 15:43:10 +01:00

10 lines
147 B
JSON

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