hugo-page/package.json

27 lines
748 B
JSON

{
"name": "hugo-page",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "hugo-extended server --bind 0.0.0.0",
"build": "hugo-extended --minify",
"new": "hugo-extended new content",
"stylelint:check": "stylelint \"**/*.scss\"",
"stylelint:fix": "stylelint --fix \"**/*.scss\"",
"deploy": "ssh tsc-homepage@hh.wolf-stuttgart.net"
},
"repository": {
"type": "git",
"url": "ssh://git@git.christian-wolf.click:26/tsc-vfl/hugo-page.git"
},
"author": "Christian Wolf",
"license": "ISC",
"devDependencies": {
"hugo-extended": "^0.124.1",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0"
}
}