github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/gh-pages/package.json (about) 1 { 2 "name": "doks-child-theme", 3 "description": "Doks child theme", 4 "version": "0.5.0", 5 "engines": { 6 "node": ">=16.16.0" 7 }, 8 "browserslist": [ 9 "defaults" 10 ], 11 "repository": "https://github.com/h-enk/doks", 12 "license": "MIT", 13 "publishConfig": { 14 "access": "public" 15 }, 16 "scripts": { 17 "init": "shx rm -rf .git && git init -b main", 18 "create": "exec-bin node_modules/.bin/hugo/hugo new", 19 "prestart": "npm run clean", 20 "start": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender", 21 "prebuild": "npm run clean", 22 "build": "exec-bin node_modules/.bin/hugo/hugo --gc --minify", 23 "build:preview": "npm run build -D -F", 24 "clean": "shx rm -rf public resources", 25 "clean:install": "shx rm -rf package-lock.json node_modules", 26 "lint": "npm run -s lint:markdown", 27 "lint:markdown": "markdownlint-cli2 \"*.md\" \"content/**/*.md\"", 28 "lint:markdown-fix": "markdownlint-cli2-fix \"*.md\" \"content/**/*.md\"", 29 "server": "exec-bin node_modules/.bin/hugo/hugo server", 30 "test": "npm run -s lint", 31 "env": "env", 32 "precheck": "npm version", 33 "check": "exec-bin node_modules/.bin/hugo/hugo version", 34 "copy:katex-fonts": "shx cp ./node_modules/katex/dist/fonts/* ./static/fonts/", 35 "postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo", 36 "version": "auto-changelog -p && git add CHANGELOG.md" 37 }, 38 "devDependencies": { 39 "@babel/cli": "^7.18", 40 "@babel/core": "^7.18", 41 "@babel/preset-env": "^7.18", 42 "@fullhuman/postcss-purgecss": "^4.1", 43 "@hyas/doks": "^0.5", 44 "@hyas/images": "^0.2.1", 45 "auto-changelog": "^2.4.0", 46 "autoprefixer": "^10.4", 47 "bootstrap": "^5.1", 48 "clipboard": "^2.0", 49 "eslint": "^8.19", 50 "exec-bin": "^1.0.0", 51 "flexsearch": "^0.7.21", 52 "highlight.js": "^11.5", 53 "hugo-installer": "^3.1", 54 "instant.page": "^5.1", 55 "katex": "^0.16", 56 "lazysizes": "^5.3", 57 "markdownlint-cli2": "^0.4.0", 58 "mermaid": "^9.1.7", 59 "netlify-plugin-submit-sitemap": "^0.4.0", 60 "postcss": "^8.4", 61 "postcss-cli": "^10.0", 62 "purgecss-whitelister": "^2.4", 63 "shx": "^0.3", 64 "stylelint": "^14.9", 65 "stylelint-config-standard-scss": "^4.0" 66 }, 67 "otherDependencies": { 68 "hugo": "0.101.0" 69 } 70 }