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: dd687aaa45a01f6d7a0a012b60e80b30414a30a6 (plain)
1
2
3
4
5
6
7
8
9
{
  "scripts": {
    "start": "hugo server -s exampleSite",
    "build": "hugo -s exampleSite"
  },
  "dependencies": {
    "npm": "^6.14.6"
  }
}