Files
GIA/tools/frontend_assets/package.json

16 lines
390 B
JSON

{
"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": {
"bulma": "1.0.4",
"gridstack": "12.4.2",
"htmx.org": "2.0.8"
}
}