mirror of
https://git.theinfopunk.com/punk/thewwwdotcom-blog.git
synced 2025-01-16 02:06:30 -05:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "anatole",
|
||
|
"version": "1.15.0",
|
||
|
"description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.",
|
||
|
"scripts": {
|
||
|
"build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.",
|
||
|
"dev": "hugo serve --themesDir=../.. --source=exampleSite",
|
||
|
"prettier": "npx prettier --write .",
|
||
|
"prepare": "husky install",
|
||
|
"release": "release-it",
|
||
|
"setup": "npm install && npm run prepare"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/lxndrblz/anatole.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"theme",
|
||
|
"hugo",
|
||
|
"farbox",
|
||
|
"anatole"
|
||
|
],
|
||
|
"author": "Alexander Bilz",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/lxndrblz/anatole/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/lxndrblz/anatole#readme",
|
||
|
"devDependencies": {
|
||
|
"@commitlint/cli": "^19.2.1",
|
||
|
"@commitlint/config-conventional": "^19.1.0",
|
||
|
"@release-it/conventional-changelog": "^8.0.1",
|
||
|
"husky": "^9.0.11",
|
||
|
"prettier": "^3.2.5",
|
||
|
"prettier-plugin-go-template": "^0.0.15",
|
||
|
"release-it": "^17.1.1",
|
||
|
"shx": "^0.3.4"
|
||
|
}
|
||
|
}
|