2017-04-11 03:27:13 +02:00
|
|
|
{
|
2024-09-26 04:48:54 +02:00
|
|
|
"name": "@thenewdynamic/gohugo-theme-ananke",
|
|
|
|
"description": "Ananke: A theme for Hugo Sites",
|
2024-09-28 06:27:26 +02:00
|
|
|
"version": "2.10.0",
|
2024-09-26 04:48:54 +02:00
|
|
|
"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"
|
|
|
|
],
|
2024-09-26 05:33:30 +02:00
|
|
|
"dependencies": {
|
2024-09-26 04:48:54 +02:00
|
|
|
"cssnano": "7.0.6",
|
|
|
|
"postcss": "8.4.47",
|
2024-10-18 05:09:16 +02:00
|
|
|
"postcss-preset-env": "10.0.7",
|
2024-09-26 04:48:54 +02:00
|
|
|
"tachyons": "4.12.0"
|
|
|
|
},
|
2024-09-26 05:33:30 +02:00
|
|
|
"devDependencies": {
|
2024-10-18 05:10:53 +02:00
|
|
|
"@davidsneighbour/release-config": "2024.4.5",
|
2024-10-18 04:43:47 +02:00
|
|
|
"@davidsneighbour/tools": "2024.4.5"
|
2024-09-26 05:33:30 +02:00
|
|
|
},
|
2024-09-26 04:48:54 +02:00
|
|
|
"scripts": {
|
2024-10-18 07:24:47 +02:00
|
|
|
"deploy": "cd exampleSite; hugo;",
|
2024-09-26 05:33:30 +02:00
|
|
|
"release": "wireit",
|
2024-10-18 11:17:52 +02:00
|
|
|
"release:pre": "wireit",
|
|
|
|
"server": "wireit"
|
2024-09-26 05:33:30 +02:00
|
|
|
},
|
|
|
|
"wireit": {
|
|
|
|
"release": {
|
|
|
|
"command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify"
|
|
|
|
},
|
|
|
|
"release:pre": {
|
2024-09-26 05:38:37 +02:00
|
|
|
"command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" --prerelease prerelease -- --no-verify"
|
2024-10-18 11:17:52 +02:00
|
|
|
},
|
|
|
|
"server": {
|
|
|
|
"command": "cd exampleSite; rm -rf public; hugo server -D -E -F --disableFastRender --verbose --logLevel debug --debug --tlsAuto --panicOnWarning"
|
2024-09-26 05:33:30 +02:00
|
|
|
}
|
2019-10-27 22:58:15 +01:00
|
|
|
}
|
2024-09-26 04:48:54 +02:00
|
|
|
}
|