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

package.json - github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 080460e63ddfcc433d73b45b889e711fcce90ca5 (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
{
  "name": "hugo-theme-winning",
  "version": "1.0.0",
  "description": "",
  "main": "generatepdf.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "start": "hugo serve -d docs",
    "minifycss": "postcss ./themes/winning/static/css/main.css > ./docs/css/main.min.css && postcss ./themes/winning/static/css/belmu.css > ./docs/css/belmu.min.css",
    "stage": "HUGO_ENV=production npm start | npm run minifycss",
    "build": "HUGO_ENV=production hugo -d docs && npm run minifycss"
  },
  "repository": {
    "type": "git",
    "url": "git+https://cssandstuff@github.com/cssandstuff/hugo-theme-winning.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cssandstuff/cv/issues"
  },
  "homepage": "https://github.com/cssandstuff/cv#readme",
  "devDependencies": {
    "cssnano": "^3.10.0",
    "html-pdf": "^2.2.0"
  }
}