mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-06-17 22:48:28 +00:00
f042e49709
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.
26 lines
613 B
JSON
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"
|
|
}
|
|
}
|