Use node packages to install Foundation

Since Foundation hasn't released a new gem for years, we haven't been
able to upgrade Foundation to its most recent version.

Thanks to this change, we'll be able to do so.

Note we're using motion-ui version 2.0.3 because version 2.0.5 (the
latest at the moment) requires Dart Sass.
This commit is contained in:
Javi Martín
2023-07-26 00:43:06 +02:00
parent 338cb76127
commit 2fa713c644
6 changed files with 36 additions and 19 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "consuldemocracy",
"dependencies": {
"foundation-sites": "^6.6.2",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
"jquery-ujs": "^1.2.3",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"markdown-it": "^9.0.1"
"markdown-it": "^9.0.1",
"motion-ui": "^2.0.3"
}
}