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

package.json « exampleSIte - github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b108295a31454b640aca1cf164476747c9e10a2 (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
{
  "name": "cv",
  "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/hugo-theme-winning/issues"
  },
  "homepage": "https://github.com/cssandstuff/cv#readme",
  "devDependencies": {
    "cssnano": "^3.10.0"
  }
}