gohugo-theme-ananke/package.json
dependabot[bot] e5206a0bbc
build(deps): bump postcss-preset-env from 10.1.6 to 10.2.0
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 10.1.6 to 10.2.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

64 lines
1.9 KiB
JSON

{
"name": "@thenewdynamic/gohugo-theme-ananke",
"description": "Ananke: A theme for Hugo Sites",
"version": "2.12.1",
"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.7",
"postcss": "8.5.3",
"postcss-preset-env": "10.2.0",
"tachyons": "4.12.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@davidsneighbour/markdownlint-config": "2025.1.5",
"@davidsneighbour/release-config": "2025.1.5",
"@davidsneighbour/tools": "2025.1.5",
"dotenv": "16.5.0"
},
"scripts": {
"release": "wireit",
"release:minor": "wireit",
"release:pre": "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"
}
}
}