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

package.json - github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 875166c48b2980eb17119b1b9f1b316398204708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "hugo-paper",
  "version": "5.0.0",
  "repository": "https://github.com/nanxiaobei/hugo-paper.git",
  "author": "nanxiaobei <nanxiaobei@gmail.com>",
  "license": "MIT",
  "private": true,
  "scripts": {
    "serve": "hugo server --baseURL=http://0.0.0.0 --bind=0.0.0.0 --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite",
    "open": "open http://0.0.0.0:1313/",
    "go": "cp exampleSite/go.default.mod exampleSite/go.mod",
    "site": "hugo --gc --minify --themesDir=../.. --source=exampleSite --config=go.toml,config.toml",
    "dev": "pnpm serve & pnpm open",
    "build": "pnpm go & pnpm site"
  },
  "dependencies": {
    "prettier": "^2.7.1",
    "stylelint": "^14.9.1",
    "stylelint-config-one": "^2.2.0"
  }
}