We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9691007 commit 8e6c260Copy full SHA for 8e6c260
package.hugo.json
@@ -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