chore(config): update dependencies and package.json content

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
Patrick Kollitsch 2024-09-26 09:48:54 +07:00
parent 76460d7a33
commit d0490cba66
No known key found for this signature in database
GPG key ID: 3F549359A1CA269A
2 changed files with 3199 additions and 3237 deletions

5119
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,42 +1,45 @@
{ {
"author": "budparr", "name": "@thenewdynamic/gohugo-theme-ananke",
"bugs": { "description": "Ananke: A theme for Hugo Sites",
"url": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues" "version": "2.7.0",
}, "license": "MIT",
"comments": { "repository": "thenewdynamic/gohugo-theme-ananke",
"dependencies": {}, "author": "Bud Parr (https://github.com/budparr)",
"devDependencies": { "maintainers": [
"auto-changelog": "project", {
"cssnano": "project", "name": "Patrick Kollitsch",
"postcss-cli": "project", "url": "https://github.com/davidsneighbour"
"postcss-cssnext": "project",
"tachyons": "project"
} }
],
"contributors": [
{
"name": "Regis Philibert",
"url": "https://github.com/regisphilibert"
}, },
"dependencies": {}, {
"description": "Theme Ananke", "name": "Patrick Kollitsch",
"devDependencies": { "url": "https://github.com/davidsneighbour"
"auto-changelog": "^1.16.1", }
"cssnano": "^3.10.0", ],
"postcss-cli": "^7.1.0", "bugs": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues",
"postcss-cssnext": "^2.10.0",
"tachyons": "^4.9.1"
},
"homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme", "homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
"keywords": [ "keywords": [
"hugo", "hugo",
"gohugo" "gohugo",
"hugo-theme",
"gohugo-theme",
"hugo-module",
"gohugo-module"
], ],
"license": "MIT", "devDependencies": {
"main": "index.js", "auto-changelog": "2.5.0",
"name": "gohugo-theme-ananke", "cssnano": "7.0.6",
"repository": { "postcss": "8.4.47",
"type": "git", "postcss-preset-env": "10.0.5",
"url": "git+https://github.com/theNewDynamic/gohugo-theme-ananke.git" "tachyons": "4.12.0"
}, },
"scripts": { "scripts": {
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 \u0026\u0026 git add CHANGELOG.md", "deploy": " cd exampleSite; hugo;",
"deploy": " cd exampleSite; hugo;" "version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md"
}, }
"version": "2.7.0"
} }