{ "name": "bootstrap-blog", "description": "Official blog for Bootstrap.", "version": "1.0.0", "private": true, "author": "The Bootstrap Authors (https://github.com/twbs/blog/graphs/contributors)", "repository": { "type": "git", "url": "git+https://github.com/twbs/blog.git" }, "bugs": { "url": "https://github.com/twbs/blog/issues" }, "main": "", "keywords": [], "license": "MIT", "homepage": "https://blog.getbootstrap.com", "hugo-bin": { "buildTags": "extended" }, "scripts": { "start": "npm run serve", "build": "hugo --cleanDestinationDir", "serve": "hugo server --port 4000 --disableFastRender", "serve-only": "npx sirv-cli _site --port 4000", "test": "npm-run-all build --parallel --continue-on-error --aggregate-output test-*", "test-fusv": "fusv src/assets/scss/", "test-stylelint": "stylelint src/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd", "test-markdownlint": "markdownlint-cli2 \"**/*.md\" \"!**/node_modules/**\"", "test-linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"", "test-vnu": "node build/vnu-jar.js", "test-lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json", "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm run build" }, "devDependencies": { "autoprefixer": "^10.4.13", "bootstrap": "5.2.2", "cross-env": "^7.0.3", "find-unused-sass-variables": "^4.0.4", "hugo-bin": "^0.93.0", "linkinator": "^4.1.0", "lockfile-lint": "^4.9.6", "markdownlint-cli2": "^0.5.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.18", "postcss-cli": "^10.0.0", "stylelint": "^14.14.0", "stylelint-config-twbs-bootstrap": "^6.0.0", "vnu-jar": "22.9.29" } }