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: 19f6b7917b0d918eab0639635bccb47c26996e86 (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
{
  "name": "hugo-paper",
  "version": "6.3.0",
  "repository": "https://github.com/nanxiaobei/hugo-paper.git",
  "author": "nanxiaobei <nanxiaobei@gmail.com>",
  "license": "MIT",
  "private": true,
  "scripts": {
    "start": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --bind=0.0.0.0 --baseURL=192.168.0.122 --port=1313",
    "open": "open http://0.0.0.0:1313/",
    "css": "pnpm tailwindcss -i ./assets/app.css -o ./assets/main.css --watch",
    "go": "cp exampleSite/go.default.mod exampleSite/go.mod",
    "site": "hugo --gc --minify --themesDir=../.. --source=exampleSite --config=go.toml,config.toml",
    "dev": "killall hugo & pnpm css & pnpm start & pnpm open",
    "build": "pnpm go & pnpm site"
  },
  "dependencies": {
    "@tailwindcss/typography": "^0.5.7",
    "prettier": "^2.7.1",
    "prettier-plugin-tailwindcss": "^0.1.13",
    "stylelint": "^14.14.0",
    "stylelint-config-one": "^2.3.1",
    "tailwindcss": "^3.2.1"
  }
}