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

101 lines
3.0 KiB
JSON

{
"author": {
"email": "3743342+schnerring@users.noreply.github.com",
"name": "Michael Schnerring",
"url": "https://schnerring.net"
},
"bugs": {
"url": "https://github.com/schnerring/hugo-theme-gruvbox/issues"
},
"comments": {
"dependencies": {
"@tabler/icons": "project",
"flexsearch": "project",
"normalize.css": "project",
"prism-themes": "project",
"prismjs": "project",
"typeface-fira-code": "project",
"typeface-roboto-slab": "project"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "project",
"cssnano": "project",
"eslint": "project",
"eslint-config-prettier": "project",
"eslint-plugin-prettier": "project",
"husky": "project",
"lint-staged": "project",
"markdownlint-cli": "project",
"postcss": "project",
"postcss-cli": "project",
"postcss-custom-media": "project",
"postcss-import": "project",
"postcss-nesting": "project",
"postcss-preset-env": "project",
"postcss-url": "project",
"prettier": "project",
"prettier-plugin-go-template": "project",
"stylelint": "project",
"stylelint-prettier": "project"
}
},
"dependencies": {
"@tabler/icons": "^2.44.0",
"flexsearch": "^0.7.31",
"normalize.css": "^8.0.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"simple-icons": "^9.19.0",
"typeface-fira-code": "^1.1.13",
"typeface-roboto-slab": "^1.1.13"
},
"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.",
"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"
},
"homepage": "https://github.com/schnerring/hugo-theme-gruvbox#readme",
"keywords": [
"hugo",
"gruvbox",
"theme"
],
"license": "MIT",
"lint-staged": {
"*.css": "stylelint --fix --allow-empty-input",
"*.js": "eslint --cache --fix",
"*.md": "markdownlint --fix"
},
"main": "index.js",
"name": "hugo-theme-gruvbox",
"repository": {
"type": "git",
"url": "git+https://github.com/schnerring/hugo-theme-gruvbox.git"
},
"scripts": {
"lint": "npm run lint:css && npm run lint:js && npm run lint:md",
"lint:css": "stylelint --fix **/*.css",
"lint:js": "eslint --fix --ext js .",
"lint:md": "markdownlint --fix **/*.md",
"prepare": "husky install"
},
"version": "1.0.0"
}