Files
site/themes/custom-theme/package.hugo.json
Dave Gallant 8d898eb69a Tweak theme
2024-04-07 21:55:42 -04:00

64 lines
2.0 KiB
JSON

{
"name": "hugo-theme-gruvbox",
"version": "1.0.0",
"description": "A retro-looking Hugo theme inspired by gruvbox. The pastel colors are high contrast, easily distinguishable, pleasing to the eye, and feature light and dark color palettes.",
"author": {
"name": "Michael Schnerring",
"email": "3743342+schnerring@users.noreply.github.com",
"url": "https://schnerring.net"
},
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/schnerring/hugo-theme-gruvbox#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/schnerring/hugo-theme-gruvbox.git"
},
"bugs": {
"url": "https://github.com/schnerring/hugo-theme-gruvbox/issues"
},
"keywords": ["hugo", "gruvbox", "theme"],
"scripts": {
"lint:css": "stylelint --fix **/*.css",
"lint:js": "eslint --fix --ext js .",
"lint:md": "markdownlint --fix **/*.md",
"lint": "npm run lint:css && npm run lint:js && npm run lint:md",
"prepare": "husky install"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.css": "stylelint --fix --allow-empty-input",
"*.md": "markdownlint --fix"
},
"dependencies": {
"@tabler/icons": "^2.44.0",
"flexsearch": "^0.7.31",
"normalize.css": "^8.0.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"typeface-fira-code": "^1.1.13",
"typeface-roboto-slab": "^1.1.13"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"cssnano": "^6.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"markdownlint-cli": "^0.38.0",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
"postcss-custom-media": "^10.0.2",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.2",
"postcss-preset-env": "^9.3.0",
"postcss-url": "^10.1.3",
"prettier": "^3.1.1",
"prettier-plugin-go-template": "^0.0.15",
"stylelint": "^16.0.2",
"stylelint-prettier": "^5.0.0"
}
}