mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Add package.hugo.json
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user