website-and-documentation/package.json
Stephan Lo a4d717bdd2
Some checks failed
Hugo Site Tests / test (push) Failing after 1s
ci / build (push) Successful in 53s
chore()
2025-11-12 00:33:03 +01:00

23 lines
711 B
JSON

{
"name": "ipceicis-developerframework",
"version": "1.0.0",
"scripts": {
"build": "hugo --gc --minify",
"test:build": "hugo --gc --minify --logLevel info",
"test:links": "htmltest",
"test:html": "html-validate 'public/**/*.html'",
"test:markdown": "markdownlint 'content/**/*.md'",
"test": "npm run test:build && npm run test:markdown && npm run test:html && npm run test:links",
"test:quick": "npm run test:build && npm run test:markdown"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"html-validate": "^10.1.2",
"markdownlint-cli": "^0.45.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1"
},
"dependencies": {
"likec4": "^1.44.0"
}
}