chore: update packages and add mise.toml

This commit is contained in:
Stefan Imhoff
2025-10-06 14:51:21 +02:00
parent 760cf0b1ae
commit 58d692af3f
4 changed files with 11645 additions and 9199 deletions

2
mise.toml Normal file
View File

@@ -0,0 +1,2 @@
[tools]
node = "18.17.0"

View File

@@ -2,7 +2,6 @@
"name": "website-11ty-hamburg.stefanimhoff.de", "name": "website-11ty-hamburg.stefanimhoff.de",
"version": "1.0.0", "version": "1.0.0",
"description": "Source code of my travel blog", "description": "Source code of my travel blog",
"main": "index.js",
"scripts": { "scripts": {
"build": "ELEVENTY_ENV=production npm-run-all build:assets build:html build:sw", "build": "ELEVENTY_ENV=production npm-run-all build:assets build:html build:sw",
"build:assets": "gulp build", "build:assets": "gulp build",
@@ -10,7 +9,7 @@
"build:sw": "workbox generateSW workbox.config.js", "build:sw": "workbox generateSW workbox.config.js",
"clean": "npx del dist", "clean": "npx del dist",
"debug": "DEBUG=* npx eleventy", "debug": "DEBUG=* npx eleventy",
"dev": "ELEVENTY_ENV=development npm run watch", "dev": "ELEVENTY_ENV=development pnpm run watch",
"plop": "plop", "plop": "plop",
"prebuild": "pnpm run clean", "prebuild": "pnpm run clean",
"prestart": "pnpm run clean", "prestart": "pnpm run clean",
@@ -41,7 +40,7 @@
"del-cli": "^3.0.1", "del-cli": "^3.0.1",
"eleventy-nbsp-filter": "^0.1.0", "eleventy-nbsp-filter": "^0.1.0",
"eleventy-plugin-lazyimages": "^2.1.2", "eleventy-plugin-lazyimages": "^2.1.2",
"eslint": "^7.25.0", "eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
@@ -70,8 +69,8 @@
"postcss-media-minmax": "^5.0.0", "postcss-media-minmax": "^5.0.0",
"postcss-nested": "^5.0.5", "postcss-nested": "^5.0.5",
"postcss-sort-media-queries": "^3.8.9", "postcss-sort-media-queries": "^3.8.9",
"prettier": "^2.2.1", "prettier": "^2.3.2",
"sal.js": "^0.8.4", "sal.js": "^0.8.5",
"stylelint": "^13.13.0", "stylelint": "^13.13.0",
"stylelint-a11y": "^1.2.3", "stylelint-a11y": "^1.2.3",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
@@ -87,5 +86,8 @@
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.0.0" "@babel/core": "^7.0.0"
},
"resolutions": {
"webidl-conversions": "7.0.0"
} }
} }

20590
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,9 +11,7 @@ excludeFromSitemap: true
### Contact Person ### Contact Person
Stefan Imhoff<br /> Stefan Imhoff<br />
Walter-Heitmann-Str. 2<br /> {% email "E-Mail", true %}
22159 Hamburg<br />
{% email "Contact", true %}
### Acknowledgments ### Acknowledgments