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

Alexander Bilz
3 days ago 88cfae4a8a99d0d97b562158b345e8a8937875fb
chore: updates npm packages (#595)
1 files modified
1 files added
2886 ■■■■■ changed files
package-lock.json 2845 ●●●●● patch | view | raw | blame | history
package.json 41 ●●●●● patch | view | raw | blame | history
package-lock.json
Diff too large
package.json
New file
@@ -0,0 +1,41 @@
{
  "name": "anatole",
  "version": "1.19.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",
    "release": "release-it",
    "setup": "npm install && npm run prepare",
    "test": ""
  },
  "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": "^21.2.0",
    "@commitlint/config-conventional": "^21.2.0",
    "@netlify/plugin-lighthouse": "^6.0.4",
    "@release-it/conventional-changelog": "^11.0.1",
    "husky": "^9.1.7",
    "prettier": "^3.8.1",
    "prettier-plugin-go-template": "^0.0.15",
    "release-it": "^20.2.1",
    "shx": "^0.4.0"
  }
}