mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
15.24.2026 37f42948d880f2e624da7d022a82303866933e26
build: cleanup package.json and other workspace fixes

Signed-off-by: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
2 files modified
18 ■■■■■ changed files
package-lock.json 4 ●●● patch | view | raw | blame | history
package.json 14 ●●●● patch | view | raw | blame | history
package-lock.json
@@ -9,7 +9,6 @@
      "version": "2.12.2",
      "license": "MIT",
      "dependencies": {
        "@github/markdownlint-github": "0.8.0",
        "cssnano": "7.1.5",
        "postcss": "8.5.9",
        "postcss-preset-env": "11.2.1",
@@ -19,6 +18,7 @@
        "@biomejs/biome": "2.4.12",
        "@davidsneighbour/release-config": "2026.0.4",
        "@davidsneighbour/tools": "2026.0.4",
        "@github/markdownlint-github": "0.8.0",
        "dotenv": "17.4.2",
        "markdownlint": "0.40.0",
        "markdownlint-cli2": "0.22.0",
@@ -1682,6 +1682,7 @@
      "version": "0.8.0",
      "resolved": "https://registry.npmjs.org/@github/markdownlint-github/-/markdownlint-github-0.8.0.tgz",
      "integrity": "sha512-079sWT/2Z8EI5v02GTtSfvG06E1m8Q6xjYoQiGdPg6rSKVntpfBw6in79fGs+vc9cYihBHl73vkOoDcyH/Jl8g==",
      "dev": true,
      "license": "ISC",
      "dependencies": {
        "lodash-es": "^4.17.15"
@@ -5311,6 +5312,7 @@
      "version": "4.18.1",
      "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
      "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
      "dev": true,
      "license": "MIT"
    },
    "node_modules/lodash.ismatch": {
package.json
@@ -15,24 +15,16 @@
    {
      "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"
    "hugo-module"
  ],
  "dependencies": {
    "@github/markdownlint-github": "0.8.0",
    "cssnano": "7.1.5",
    "postcss": "8.5.9",
    "postcss-preset-env": "11.2.1",
@@ -42,6 +34,7 @@
    "@biomejs/biome": "2.4.12",
    "@davidsneighbour/release-config": "2026.0.4",
    "@davidsneighbour/tools": "2026.0.4",
    "@github/markdownlint-github": "0.8.0",
    "dotenv": "17.4.2",
    "markdownlint": "0.40.0",
    "markdownlint-cli2": "0.22.0",
@@ -52,6 +45,7 @@
    "markdownlint-rule-title-case-style": "0.4.3"
  },
  "scripts": {
    "lint:links": "lychee --config lychee.toml http://localhost:1313/",
    "lint:markdown": "markdownlint-cli2 **/*.{md,mdx}",
    "lint:markdown:fix": "markdownlint-cli2 --fix **/*.{md,mdx}",
    "release": "wireit",
@@ -78,4 +72,4 @@
      "node_modules"
    ]
  }
}
}