mirror of https://github.com/gohugoio/hugo
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.1.0",
|
|
"@tailwindcss/typography": "~0.5.16",
|
|
"prettier": "~3.5.3",
|
|
"prettier-plugin-go-template": "~0.0.15",
|
|
"tailwindcss": "~4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/focus": "~3.14.9",
|
|
"@alpinejs/persist": "~3.14.9",
|
|
"@hotwired/turbo": "~8.0.13",
|
|
"alpinejs": "~3.14.9"
|
|
}
|
|
}
|