mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
26 lines
615 B
JSON
26 lines
615 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": "~2.0.0",
|
|
"@tailwindcss/cli": "~4.1.18",
|
|
"@tailwindcss/typography": "~0.5.19",
|
|
"prettier": "~3.7.4",
|
|
"prettier-plugin-go-template": "~0.0.15",
|
|
"tailwindcss": "~4.1.18"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/focus": "~3.15.3",
|
|
"@alpinejs/persist": "~3.15.3",
|
|
"@hotwired/turbo": "~8.0.20",
|
|
"alpinejs": "~3.15.3"
|
|
}
|
|
}
|