{ "name": "@anoduck/hinode-template", "version": "0.4.9", "description": "Hinode is a clean blog theme for Hugo, an open-source static site generator", "main": "index.js", "scripts": { "prestart": "npm run -s mod:vendor", "start": "hugo server --bind=0.0.0.0 --disableFastRender --printI18nWarnings", "start:prod": "npm run -s prestart && hugo server --bind=0.0.0.0 --disableFastRender --printI18nWarnings -e production", "prebuild": "npm run clean:public && npm run -s mod:vendor", "build": "hugo --gc --minify && find public/ -type f ! -name '*.png' -exec gzip -9k {} ;", "build:cache": "npm run -s prebuild && hugo config | grep cachedir && hugo --gc --minify -e ci", "build:debug": "hugo -e debug --debug", "build:preview": "npm run build -D -F", "clean:public": "rimraf public", "clean:install": "rimraf package-lock.json node_modules", "lint": "npm-run-all lint:**", "lint:scripts": "eslint assets/js --no-error-on-unmatched-pattern", "lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\" --allow-empty-input", "lint:markdown": "markdownlint-cli2 \"*.md\" \"content/**/*.md\"", "mod:clean": "hugo mod clean", "mod:update": "rimraf _vendor && hugo mod get -u ./... && hugo mod get -u && npm run -s mod:vendor && npm run -s mod:tidy", "mod:tidy": "hugo mod tidy", "mod:vendor": "rimraf _vendor && hugo mod vendor", "test": "npm run -s lint", "env": "hugo env", "precheck": "npm version", "check": "hugo version", "upgrade": "npx npm-check-updates -u && npm run -s mod:update" }, "repository": { "type": "git", "url": "git+https://github.com/anoduck/hinode-template.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/gethinode/hinode/issues" }, "homepage": "https://gethinode.com", "dependencies": { "@fullhuman/postcss-purgecss": "^7.0.2", "autoprefixer": "^10.4.21", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", "hugo-bin": "0.142.0", "purgecss-whitelister": "^2.4.0" }, "devDependencies": { "@gethinode/netlify-plugin-dartsass": "^0.3.0", "@knight-lab/timelinejs": "^3.9.7", "eslint": "^9.24.0", "markdownlint-cli2": "^0.17.2", "neostandard": "^0.12.1", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5", "postcss-cli": "^11.0.1", "rexreplace": "^7.1.12", "rimraf": "^6.0.1", "stylelint": "^16.18.0", "stylelint-config-standard-scss": "^14.0.0" }, "optionalDependencies": { "fsevents": "*" }, "hugo-bin": { "buildTags": "extended" } }