github.com/esnet/gdg@v0.6.1-0.20240412190737-6b6eba9c14d8/website/package.json (about) 1 { 2 "name": "-gdg", 3 "version": "0.0.0", 4 "description": "Doks theme", 5 "author": "Hyas", 6 "license": "MIT", 7 "scripts": { 8 "dev": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender --baseURL=http://localhost --noHTTPCache", 9 "dev:drafts": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender --baseURL=http://localhost --noHTTPCache --buildDrafts", 10 "create": "exec-bin node_modules/.bin/hugo/hugo new", 11 "lint": "npm run lint:scripts && npm run lint:styles && npm run lint:markdown", 12 "lint:scripts": "eslint --cache assets/js", 13 "lint:styles": "stylelint --cache \"assets/scss/**/*.{css,sass,scss}\"", 14 "lint:markdown": "markdownlint-cli2 \"*.md\" \"content/**/*.md\"", 15 "test": "echo \"Error: no test specified\" && exit 1", 16 "build": "exec-bin node_modules/.bin/hugo/hugo --minify", 17 "preview": "http-server --gzip --brotli --ext=html --cors", 18 "clean": "npm run clean:build && npm run clean:lint && npm run clean:install", 19 "clean:build": "shx rm -rf public resources .hugo_build.lock", 20 "clean:install": "shx rm -rf node_modules package-lock.json yarn.lock pnpm-lock.yaml", 21 "clean:lint": "shx rm -rf .eslintcache .stylelintcache", 22 "preinfo": "npm version", 23 "info": "npm list", 24 "postinfo": "exec-bin node_modules/.bin/hugo/hugo version", 25 "postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo" 26 }, 27 "dependencies": { 28 "@hyas/doks-core": "^1.4.1", 29 "@hyas/images": "^3.1.0", 30 "@hyas/inline-svg": "^1.0.5", 31 "@hyas/seo": "^2.1.0", 32 "@tabler/icons": "^2.40.0", 33 "autoprefixer": "^10.4.18", 34 "exec-bin": "^1.0.0", 35 "gethyas": "^2.2.2", 36 "hugo-installer": "^4.0.1", 37 "postcss": "^8.4.35", 38 "postcss-cli": "^11.0.0" 39 }, 40 "devDependencies": { 41 "shx": "^0.3.4" 42 }, 43 "otherDependencies": { 44 "hugo": "0.123.7" 45 }, 46 "overrides": { 47 "semver": "^7.5.4" 48 }, 49 "engines": { 50 "node": ">=18.14.1", 51 "pnpm": ">=8.10.0" 52 }, 53 "packageManager": "pnpm@8.12.0" 54 }