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

package.json - github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4935c45754eec1757007f91d51c7feba22bd53c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "hugo-theme-massively",
  "description": "HTML5 UP theme Massively for Hugo",
  "scripts": {
    "cypress": "cypress open",
    "cypress:headless": "cypress run",
    "e2e": "start-server-and-test hugo-dev http://localhost:1313 cypress",
    "e2e:headless": "start-server-and-test hugo-dev http://localhost:1313 cypress:headless",
    "hugo-dev": "cd exampleSite && hugo server --themesDir ../..",
    "updateMaxVersion": "./bin/updateMaxVersion.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/curtiscde/hugo-theme-massively.git"
  },
  "keywords": [
    "hugo",
    "hugo-theme",
    "theme",
    "html5up",
    "massively"
  ],
  "author": "Curtis Timson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/curtiscde/hugo-theme-massively/issues"
  },
  "homepage": "https://github.com/curtiscde/hugo-theme-massively#readme",
  "devDependencies": {
    "cypress": "^9.7.0",
    "start-server-and-test": "^1.14.0",
    "toml": "^3.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.6.3"
  }
}