mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
10.05.2022 7fcd77b5a4e75811eccdfa8ebb2a73424ab8ebea
package.json
@@ -6,6 +6,7 @@
    "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"
  },
  "repository": {
@@ -26,7 +27,10 @@
  "homepage": "https://github.com/lxndrblz/anatole#readme",
  "dependencies": {},
  "devDependencies": {
    "@commitlint/cli": "^16.2.1",
    "@commitlint/config-conventional": "^16.2.1",
    "@release-it/conventional-changelog": "^4.2.2",
    "husky": "^7.0.4",
    "prettier": "~2.2.1",
    "prettier-plugin-go-template": "^0.0.11-beta.13",
    "release-it": "^14.12.5",