Re-theme
This commit is contained in:
23
tools/frontend_assets/package.json
Normal file
23
tools/frontend_assets/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user