21 lines
662 B
JSON
21 lines
662 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"
|
||
|
|
}
|
||
|
|
}
|