This commit is contained in:
2026-03-11 15:12:17 +00:00
parent cbedcd67f6
commit 1570f79b62
11 changed files with 3638 additions and 410 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "gia-frontend-assets",
"private": true,
"version": "1.0.0",
"description": "Pinned frontend asset sources for vendoring into Django static files.",
"license": "UNLICENSED",
"scripts": {
"vendor": "../../genv/bin/python ../../scripts/vendor_frontend_assets.py"
},
"dependencies": {
"@lf2com/magnet.js": "2.0.1",
"bulma": "1.0.4",
"bulma-calendar": "7.1.1",
"bulma-slider": "2.0.5",
"bulma-switch": "2.0.4",
"bulma-tagsinput": "2.0.0",
"bulma-tooltip": "3.0.2",
"gridstack": "12.4.2",
"htmx.org": "2.0.8",
"hyperscript.org": "0.9.14",
"jquery": "3.7.1"
}
}