gohugo-theme-ananke/package.json
dependabot[bot] f0111117a2
build(deps-dev): bump @davidsneighbour/tools from 2025.0.1 to 2025.0.2
Bumps [@davidsneighbour/tools](https://github.com/davidsneighbour/configurations) from 2025.0.1 to 2025.0.2.
- [Commits](https://github.com/davidsneighbour/configurations/compare/v2025.0.1...v2025.0.2)

---
updated-dependencies:
- dependency-name: "@davidsneighbour/tools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 11:29:20 +00:00

71 lines
2.6 KiB
JSON

{
"name": "@thenewdynamic/gohugo-theme-ananke",
"description": "Ananke: A theme for Hugo Sites",
"version": "2.12.0",
"license": "MIT",
"repository": "thenewdynamic/gohugo-theme-ananke",
"author": "Bud Parr (https://github.com/budparr)",
"maintainers": [
{
"name": "Patrick Kollitsch",
"url": "https://github.com/davidsneighbour"
}
],
"contributors": [
{
"name": "Regis Philibert",
"url": "https://github.com/regisphilibert"
},
{
"name": "Patrick Kollitsch",
"url": "https://github.com/davidsneighbour"
}
],
"bugs": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues",
"homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
"keywords": [
"hugo",
"gohugo",
"hugo-theme",
"gohugo-theme",
"hugo-module",
"gohugo-module"
],
"dependencies": {
"cssnano": "7.0.6",
"postcss": "8.5.1",
"postcss-preset-env": "10.1.3",
"tachyons": "4.12.0"
},
"devDependencies": {
"@davidsneighbour/markdownlint-config": "2025.0.1",
"@davidsneighbour/release-config": "2025.0.1",
"@davidsneighbour/tools": "2025.0.2",
"dotenv": "16.4.7"
},
"scripts": {
"deploy": "cd exampleSite; hugo;",
"release": "wireit",
"release:minor": "wireit",
"release:pre": "wireit",
"server": "wireit"
},
"wireit": {
"release": {
"command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify"
},
"release:minor": {
"command": "commit-and-tag-version --release-as minor --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify"
},
"release:pre": {
"command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" --prerelease prerelease -- --no-verify"
},
"server": {
"command": "cd exampleSite; rm -rf public; hugo server -D -E -F --environment gargulus --navigateToChanged --disableFastRender --forceSyncStatic --logLevel debug --tlsAuto --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints 2>&1 | tee -a hugo.log"
},
"server:fail": {
"command": "cd exampleSite; rm -rf public; hugo server -D -E -F --environment gargulus --navigateToChanged --disableFastRender --forceSyncStatic --logLevel debug --tlsAuto --panicOnWarning --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints 2>&1 | tee -a hugo.log"
}
}
}