Files
2026-hypn0-site/frontend-assembly/htmx/package.json
T
2026-08-13 17:11:17 +03:00

14 lines
323 B
JSON

{
"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"
}
}