{
|
"name": "@gohugo-ananke/ananke",
|
"description": "Ananke: A theme for Hugo Sites",
|
"version": "2.16.0",
|
"license": "MIT",
|
"repository": "gohugo-ananke/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"
|
}
|
],
|
"bugs": "https://github.com/gohugo-ananke/ananke/issues",
|
"homepage": "https://github.com/gohugo-ananke/ananke#readme",
|
"keywords": [
|
"hugo",
|
"hugo-theme",
|
"hugo-module"
|
],
|
"dependencies": {
|
"cssnano": "8.0.1",
|
"postcss": "8.5.14",
|
"postcss-preset-env": "11.3.0",
|
"tachyons": "4.12.0"
|
},
|
"devDependencies": {
|
"@biomejs/biome": "2.4.15",
|
"@github/markdownlint-github": "0.8.0",
|
"@release-it/conventional-changelog": "11.0.0",
|
"@types/node": "25.8.0",
|
"dotenv": "17.4.2",
|
"lint-staged": "17.0.4",
|
"lockfile-lint": "5.0.0",
|
"markdownlint": "0.40.0",
|
"markdownlint-cli2": "0.22.1",
|
"markdownlint-rule-extended-ascii": "0.2.1",
|
"markdownlint-rule-list-duplicates": "0.0.1",
|
"markdownlint-rule-relative-links": "5.1.0",
|
"markdownlint-rule-search-replace": "1.2.0",
|
"markdownlint-rule-title-case-style": "0.4.3",
|
"release-it": "20.0.1",
|
"simple-git-hooks": "2.13.1",
|
"typescript": "6.0.3"
|
},
|
"scripts": {
|
"hook:commit": "lint-staged --config .lintstagedrc.js",
|
"hook:push": "node -e \"process.exit(require('child_process').execSync('git branch --show-current').toString().trim() === 'main' ? 0 : 1)\" && node scripts/test-hugo-quickstart.ts || true",
|
"lint:links": "lychee --config lychee.toml public",
|
"lint:markdown": "markdownlint-cli2",
|
"lint:markdown:fix": "markdownlint-cli2 --fix",
|
"lint:typescript": "tsc -p tsconfig.json --noEmit",
|
"prepare": "simple-git-hooks install",
|
"release": "release-it --config .release-it.ts",
|
"release:pre": "release-it --preRelease=prerelease --config .release-it.ts",
|
"server": "hugo server --environment documentation",
|
"test": "node scripts/test-hugo-quickstart.ts",
|
"test:quickstart": "node scripts/test-hugo-quickstart.ts",
|
"update:docs": "git add docs/ && (git diff --cached --quiet || git commit -m \"chore(git): update documentation submodule\")"
|
},
|
"cspell": {
|
"version": "0.2",
|
"language": "en-GB",
|
"ignorePaths": [
|
"CHANGELOG.md",
|
"public",
|
"node_modules"
|
]
|
},
|
"simple-git-hooks": {
|
"pre-commit": "npm run hook:commit",
|
"pre-push": "npm run hook:push"
|
},
|
"type": "module"
|
}
|