ananke/package.json
dependabot[bot] 46376750cc
build(deps-dev): bump @davidsneighbour/tools from 2024.3.46 to 2024.4.5
Bumps [@davidsneighbour/tools](https://github.com/davidsneighbour/configurations) from 2024.3.46 to 2024.4.5.
- [Commits](https://github.com/davidsneighbour/configurations/compare/v2024.3.46...v2024.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 02:43:47 +00:00

58 lines
1.6 KiB
JSON

{
"name": "@thenewdynamic/gohugo-theme-ananke",
"description": "Ananke: A theme for Hugo Sites",
"version": "2.10.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.4.47",
"postcss-preset-env": "10.0.5",
"tachyons": "4.12.0"
},
"devDependencies": {
"@davidsneighbour/release-config": "2024.3.46",
"@davidsneighbour/tools": "2024.4.5"
},
"scripts": {
"deploy": " cd exampleSite; hugo;",
"release": "wireit",
"release:pre": "wireit"
},
"wireit": {
"release": {
"command": "commit-and-tag-version --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"
}
}
}