mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "openfoodnetwork",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@floating-ui/dom": "*",
|
|
"@hotwired/stimulus": "*",
|
|
"@hotwired/turbo": "*",
|
|
"@rails/webpacker": "5.4.4",
|
|
"@stimulus-components/rails-nested-form": "*",
|
|
"cable_ready": "5.0.6",
|
|
"flatpickr": "*",
|
|
"foundation-sites": "5.5.3",
|
|
"hotkeys-js": "*",
|
|
"jquery-ui": "1.14.1",
|
|
"js-big-decimal": "*",
|
|
"leaflet": "1.9.4",
|
|
"leaflet-geosearch": "4.2.2",
|
|
"leaflet-providers": "3.0.0",
|
|
"moment": "*",
|
|
"mrujs": "*",
|
|
"select2": "*",
|
|
"shortcut-buttons-flatpickr": "*",
|
|
"stimulus": "*",
|
|
"stimulus-autocomplete": "*",
|
|
"stimulus-flatpickr": "*",
|
|
"stimulus_reflex": "3.5.5",
|
|
"tom-select": "*",
|
|
"trix": "*",
|
|
"turbo_power": "*",
|
|
"webpack": "~4"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "<11.0.0",
|
|
"jasmine-core": "~5.12.1",
|
|
"jest": "*",
|
|
"jest-environment-jsdom": "*",
|
|
"karma": "~6.4.4",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coffee-preprocessor": "~1.0.1",
|
|
"karma-jasmine": "~0.3.8",
|
|
"prettier": "*",
|
|
"webpack-dev-server": "~3"
|
|
}
|
|
}
|