Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fea263fe8bade1898c63610bf0990d7a05b35a18 (plain)
1
2
3
4
5
6
7
8
9
{
  "scripts": {
    "start": "hugo server -s exampleSite",
    "build": "hugo -s exampleSite"
  },
  "dependencies": {
    "npm": "^6.13.4"
  }
}