Files
nairobi/package.json
Javi Martín 2fa713c644 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.
2024-04-02 14:41:42 +02:00

14 lines
290 B
JSON

{
"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",
"motion-ui": "^2.0.3"
}
}