Skip to content

Commit 8e6c260

Browse files
committed
Add package.hugo.json
1 parent 9691007 commit 8e6c260

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.hugo.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "hugoDocs",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "",
11+
"devDependencies": {
12+
"@awmottaz/prettier-plugin-void-html": "~1.8.0",
13+
"@tailwindcss/cli": "~4.1.0",
14+
"@tailwindcss/typography": "~0.5.16",
15+
"prettier": "~3.5.3",
16+
"prettier-plugin-go-template": "~0.0.15",
17+
"tailwindcss": "~4.1.0"
18+
},
19+
"dependencies": {
20+
"@alpinejs/focus": "~3.14.9",
21+
"@alpinejs/persist": "~3.14.9",
22+
"@hotwired/turbo": "~8.0.13",
23+
"alpinejs": "~3.14.9"
24+
}
25+
}

0 commit comments

Comments
 (0)