hugo-page/package.json

27 lines
748 B
JSON
Raw Normal View History

2024-01-09 20:32:03 +00:00
{
"name": "hugo-page",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "hugo-extended server --bind 0.0.0.0",
2024-01-12 20:47:33 +00:00
"build": "hugo-extended --minify",
"new": "hugo-extended new content",
2024-01-12 20:47:33 +00:00
"stylelint:check": "stylelint \"**/*.scss\"",
2024-01-18 19:14:54 +00:00
"stylelint:fix": "stylelint --fix \"**/*.scss\"",
"deploy": "ssh tsc-homepage@hh.wolf-stuttgart.net"
2024-01-09 20:32:03 +00:00
},
"repository": {
"type": "git",
"url": "ssh://git@git.christian-wolf.click:26/tsc-vfl/hugo-page.git"
},
"author": "Christian Wolf",
"license": "ISC",
"devDependencies": {
2024-03-30 11:26:57 +00:00
"hugo-extended": "^0.124.1",
2024-01-12 20:47:33 +00:00
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0"
2024-01-09 20:32:03 +00:00
}
}