Files
hugoDocs/package.json
Joe Mooring f042e49709 dev: Add prettier-plugin-void-html
This is a Prettier plugin to format void HTML elements using the void
tag syntax instead of self-closing syntax. Additionally, if
self-closing syntax is used on non-void elements, then they will be
"unwrapped" so that both the opening and closing tags are present.
2025-02-14 09:11:20 +01:00

26 lines
613 B
JSON

{
"name": "hugoDocs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "",
"devDependencies": {
"@awmottaz/prettier-plugin-void-html": "^1.8.0",
"@tailwindcss/cli": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.5.0",
"prettier-plugin-go-template": "^0.0.15",
"tailwindcss": "^4.0.0"
},
"dependencies": {
"@alpinejs/focus": "^3.14.8",
"@alpinejs/persist": "^3.14.8",
"@hotwired/turbo": "^8.0.12",
"alpinejs": "^3.14.8"
}
}