From 37f42948d880f2e624da7d022a82303866933e26 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Wed, 15 Apr 2026 07:24:13 +0000
Subject: [PATCH] build: cleanup package.json and other workspace fixes
---
package-lock.json | 4 +++-
package.json | 14 ++++----------
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 756442c..24456f3 100644
--- a/package-lock.json
+++ b/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": {
diff --git a/package.json b/package.json
index be8ffd9..af8200d 100644
--- a/package.json
+++ b/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"
]
}
-}
\ No newline at end of file
+}
--
Gitblit v1.10.0