-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "htmx-template",
"version": "1.0.0",
"description": "## 🚀 Features * [Go](https://golang.org/) * [Echo](https://echo.labstack.com/) - Web framework * [Templ](https://templ.guide) - Templating engine * [HTMX](https://htmx.org/) - Dynamic Sites without Javascript * [Tailwind CSS](https://tailwindcss.com/) - CSS framework * [Taskfile](https://taskfile.dev/) - Task runner alternative to Makefile * [Air](https://github.com/cosmtrek/air) - Live reload for Go apps",
"main": "tailwind.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.1",
"autoprefixer": "^10.4.16",
"caniuse-lite": "^1.0.30001664",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"tailwind-scrollbar": "^3.1.0"
}
}