hugo-theme-introduction/package.json

12 lines
380 B
JSON
Raw Normal View History

2021-12-19 14:59:36 +00:00
{
"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"
2021-12-19 14:59:36 +00:00
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
2021-12-19 14:59:36 +00:00
"postcss-cli": "^9.1.0"
}
}