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

package.json - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 187591fe6d407860a73bb0ca06cad062768747c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "scripts": {
    "build": "npm install -g postcss postcss-cli autoprefixer && cd exampleSite && hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/",
    "dev": "cd exampleSite && ENVIRONMENT=development hugo -t ../.. server"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.2",
    "postcss": "^8.4.6",
    "postcss-cli": "^9.1.0"
  }
}