chore(config): update dependencies and package.json content
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
76460d7a33
commit
d0490cba66
6355
package-lock.json
generated
6355
package-lock.json
generated
File diff suppressed because it is too large
Load diff
81
package.json
81
package.json
|
@ -1,42 +1,45 @@
|
|||
{
|
||||
"author": "budparr",
|
||||
"bugs": {
|
||||
"url": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues"
|
||||
},
|
||||
"comments": {
|
||||
"dependencies": {},
|
||||
"name": "@thenewdynamic/gohugo-theme-ananke",
|
||||
"description": "Ananke: A theme for Hugo Sites",
|
||||
"version": "2.7.0",
|
||||
"license": "MIT",
|
||||
"repository": "thenewdynamic/gohugo-theme-ananke",
|
||||
"author": "Bud Parr (https://github.com/budparr)",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Patrick Kollitsch",
|
||||
"url": "https://github.com/davidsneighbour"
|
||||
}
|
||||
],
|
||||
"contributors": [
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"devDependencies": {
|
||||
"auto-changelog": "project",
|
||||
"cssnano": "project",
|
||||
"postcss-cli": "project",
|
||||
"postcss-cssnext": "project",
|
||||
"tachyons": "project"
|
||||
"auto-changelog": "2.5.0",
|
||||
"cssnano": "7.0.6",
|
||||
"postcss": "8.4.47",
|
||||
"postcss-preset-env": "10.0.5",
|
||||
"tachyons": "4.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"deploy": " cd exampleSite; hugo;",
|
||||
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md"
|
||||
}
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Theme Ananke",
|
||||
"devDependencies": {
|
||||
"auto-changelog": "^1.16.1",
|
||||
"cssnano": "^3.10.0",
|
||||
"postcss-cli": "^7.1.0",
|
||||
"postcss-cssnext": "^2.10.0",
|
||||
"tachyons": "^4.9.1"
|
||||
},
|
||||
"homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
|
||||
"keywords": [
|
||||
"hugo",
|
||||
"gohugo"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "gohugo-theme-ananke",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/theNewDynamic/gohugo-theme-ananke.git"
|
||||
},
|
||||
"scripts": {
|
||||
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 \u0026\u0026 git add CHANGELOG.md",
|
||||
"deploy": " cd exampleSite; hugo;"
|
||||
},
|
||||
"version": "2.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue