add: сборка htmx

This commit is contained in:
2026-08-13 17:11:17 +03:00
parent 3e20103412
commit 5d7967c694
4 changed files with 779 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "hypn0-htmx",
"version": "1.0.0",
"description": "HTMX build for hypn0 Django Frontend",
"private": true,
"scripts": {
"build": "esbuild src/htmx.js --bundle --minify --outfile=../../public/static/js/htmx.min.js"
},
"devDependencies": {
"htmx.org": "^1.9.12",
"esbuild": "^0.28.0"
}
}