install htmx.org

This commit is contained in:
Son 2021-11-03 11:26:47 +01:00
parent 1fd9a344d4
commit fa743fc142
3 changed files with 8 additions and 0 deletions

5
static/package-lock.json generated vendored
View File

@ -81,6 +81,11 @@
"resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
"integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
},
"htmx.org": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.6.0.tgz",
"integrity": "sha512-/XzLC1QgqdBDIzxGKYN1IbmPHz9QFyId/x+ujJYd4febA99lb1hozyCASNdMHUMTXIqtzBYs2hL2nJfVD/IELQ=="
},
"intro.js": {
"version": "2.9.3",
"resolved": "https://registry.npmjs.org/intro.js/-/intro.js-2.9.3.tgz",

1
static/package.json vendored
View File

@ -19,6 +19,7 @@
"@sentry/browser": "^5.30.0",
"bootbox": "^5.5.2",
"font-awesome": "^4.7.0",
"htmx.org": "^1.6.0",
"intro.js": "^2.9.3",
"multiple-select": "^1.5.2",
"parsleyjs": "^2.9.2",

View File

@ -82,6 +82,8 @@
<script src="{{ url_for('static', filename='node_modules/parsleyjs/dist/parsley.min.js') }}"></script>
<script src="{{ url_for('static', filename='node_modules/parsleyjs/dist/i18n/en.js') }}"></script>
<script src="{{ url_for('static', filename='node_modules/htmx.org/dist/htmx.min.js') }}"></script>
{% if PLAUSIBLE_HOST and PLAUSIBLE_DOMAIN %}
<!-- Plausible Analytics library -->