mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 14:36:22 -04:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.50.1 to 0.51.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.50.1...v0.51.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
68 lines
2.8 KiB
JSON
68 lines
2.8 KiB
JSON
{
|
|
"name": "jarv.is",
|
|
"version": "1.3.37",
|
|
"homepage": "https://jarv.is/",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Jake Jarvis",
|
|
"email": "jake@jarv.is",
|
|
"url": "https://github.com/jakejarvis"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jakejarvis/jarv.is.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf public/ resources/",
|
|
"build": "run-s clean hugo optimize",
|
|
"build:preview": "run-s clean hugo:dev",
|
|
"hugo": "hugo --gc --cleanDestinationDir --verbose",
|
|
"hugo:dev": "hugo --environment development --baseURL \"${DEPLOY_PRIME_URL:-/}\" --buildDrafts --buildFuture --gc --cleanDestinationDir --verbose",
|
|
"start": "hugo server --buildDrafts --buildFuture --port 1313 --bind 0.0.0.0 --verbose",
|
|
"optimize": "run-s optimize:**",
|
|
"optimize:html": "html-minifier --html5 --collapse-whitespace --collapse-boolean-attributes --preserve-line-breaks --minify-css --file-ext html --input-dir public --output-dir public **/*.html",
|
|
"optimize:img": "find public/ -type d | xargs -n1 -P8 -I{} imagemin {}/* --plugin=jpegoptim --plugin.jpegoptim.progressive --plugin.jpegoptim.stripAll --plugin=pngquant --plugin.pngquant.speed=5 --plugin.pngquant.strip --plugin=optipng --plugin.optipng.optimizationLevel=2 --plugin=svgo --plugin=gifsicle --out-dir={}",
|
|
"lint": "run-p lint:**",
|
|
"lint:markdown": "markdownlint content/**/*.md",
|
|
"lint:sass": "stylelint assets/sass/**/* --syntax scss",
|
|
"lint:links": "linkinator http://localhost:1313/ --recurse --silent --skip https://www.shodan.io/ --skip https://images.shodan.io/ --skip https://archive.today/ --skip https://archive.is/ --skip https://www.linkedin.com/ --skip http://localhost:1313/y2k/ --skip 'asdfasdf404/?$'",
|
|
"debug:hugo": "hugo version; hugo env",
|
|
"debug:size": "get-folder-size --folder=public"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.7.4",
|
|
"cross-env": "^6.0.3",
|
|
"get-folder-size": "^2.0.1",
|
|
"html-minifier": "^4.0.0",
|
|
"hugo-bin": "0.51.1",
|
|
"imagemin-cli": "^5.1.0",
|
|
"imagemin-gifsicle": "^7.0.0",
|
|
"imagemin-jpegoptim": "^6.0.0",
|
|
"imagemin-mozjpeg": "^8.0.0",
|
|
"imagemin-optipng": "^7.1.0",
|
|
"imagemin-pngquant": "^8.0.0",
|
|
"imagemin-svgo": "^7.0.0",
|
|
"linkinator": "^1.8.2",
|
|
"markdownlint-cli": "~0.21.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-clean": "^1.1.0",
|
|
"postcss-cli": "^7.1.0",
|
|
"postcss-reporter": "^6.0.1",
|
|
"rimraf": "^3.0.0",
|
|
"stylelint": "~12.0.1",
|
|
"stylelint-config-sass-guidelines": "~6.2.0",
|
|
"stylelint-declaration-block-no-ignored-properties": "~2.2.0",
|
|
"stylelint-scss": "~3.13.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0",
|
|
"npm": "^6.13.0",
|
|
"yarn": "^1.19.2"
|
|
},
|
|
"hugo-bin": {
|
|
"buildTags": "extended"
|
|
}
|
|
}
|