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

package.json - github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ce6fa0cef4095c73fdcd607db12ca2945db93ae (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
37
38
39
40
41
42
43
44
45
46
{
  "name": "hugo-theme-iris",
  "version": "0.43.2",
  "private": true,
  "description": "Hugo IRIS Theme - Portfolio and Blog",
  "homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",
  "bugs": {
    "url": "https://github.com/peaceiris/hugo-theme-iris/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://peaceiris@github.com/peaceiris/hugo-theme-iris.git"
  },
  "license": "MIT",
  "author": "peaceiris",
  "scripts": {
    "postinstall": "npx husky install",
    "start": "run-p client server",
    "server": "make dev",
    "client": "wait-on http://localhost:1313 && open http://localhost:1313",
    "dev": "make dev",
    "build": "make build-prod",
    "test": "make test",
    "release": "standard-version"
  },
  "lint-staged": {
    "**/*": [
      "npm test"
    ],
    "{README,CONTRIBUTING}.md": [
      "npx doctoc@2.1.0 --github"
    ]
  },
  "devDependencies": {
    "husky": "^8.0.2",
    "lint-staged": "^13.0.3",
    "npm-run-all": "^4.1.5",
    "open": "^8.4.0",
    "standard-version": "^9.5.0",
    "wait-on": "^6.0.1"
  },
  "engines": {
    "node": ">=16.14.2",
    "npm": ">=8.7.0"
  }
}