mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Migration guide : https://github.com/shakacode/shakapacker/blob/main/docs/v6_upgrade.md#how-to-upgrade-to-webpacker-v600rc6-from-v5 Setp 1,2,3,4
60 lines
1.5 KiB
JSON
60 lines
1.5 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": "^6.0.0-rc.6",
|
|
"@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": "^5.53.0",
|
|
"webpack-cli": "^4.8.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"./node_modules/@rails/webpacker/package/babel/preset.js"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"devDependencies": {
|
|
"@testing-library/dom": "<11.0.0",
|
|
"@webpack-cli/serve": "^3.0.1",
|
|
"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": "^5.2.2"
|
|
}
|
|
}
|