summaryrefslogtreecommitdiffstats
path: root/package.json
blob: eab2b6906380f9286edb200f1904266fa4c1bf11 (plain) (blame)
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
{
  "name": "hugo-theme-fuji",
  "version": "2.3.1",
  "description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git"
  },
  "keywords": [
    "hugo",
    "theme",
    "fuji"
  ],
  "author": "DSRKafuU <mail@amzrk2.cc> (https://amzrk2.cc/)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/amzrk2/hugo-theme-fuji/issues"
  },
  "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme",
  "dependencies": {
    "@primer/css": "15.1.0"
  },
  "devDependencies": {
    "cross-env": "^7.0.2"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production npm run compile",
    "start": "cross-env NODE_ENV=development npm-run-all -p dev preview"
  }
}