Files
openfoodnetwork/package.json
David Cook 27d1a9ee09 Downgrade cable_ready JS to 5.0.1
In order to match the gem version

I don't know if I'm using yarn wrong, but it wanted to install a newer version alongside this version, in order to resolve 'cable_ready@^5.0.0'. I manually edited the lockfile and yarn install now works as expected.
2024-03-07 10:32:28 +11:00

55 lines
1.4 KiB
JSON

{
"name": "openfoodnetwork",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
},
"license": "AGPL-3.0",
"scripts": {
"pretty-quick": "pretty-quick"
},
"jest": {
"testRegex": [
"spec/javascripts/.*_test\\.js"
],
"transformIgnorePatterns": [
"/node_modules/(?!(stimulus)/)"
]
},
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@hotwired/turbo": "^8.0.3",
"@rails/webpacker": "5.4.4",
"cable_ready": "5.0.1",
"debounced": "^0.0.5",
"flatpickr": "^4.6.9",
"foundation-sites": "^5.5.3",
"hotkeys-js": "^3.13.7",
"jquery-ui": "1.13.2",
"js-big-decimal": "^2.0.7",
"moment": "^2.30.1",
"mrujs": "^1.0.0",
"select2": "^4.0.13",
"shortcut-buttons-flatpickr": "^0.4.0",
"stimulus": "^3.2.2",
"stimulus-flatpickr": "^1.4.0",
"stimulus-rails-nested-form": "https://github.com/openfoodfoundation/stimulus-rails-nested-form.git#dist",
"stimulus_reflex": "3.5.0-rc3",
"tom-select": "^2.3.1",
"trix": "^2.0.10",
"webpack": "~4"
},
"devDependencies": {
"jasmine-core": "~5.1.2",
"jest": "^27.4.7",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coffee-preprocessor": "~1.0.1",
"karma-jasmine": "~0.3.8",
"prettier": "3.2.4",
"pretty-quick": "4.0.0",
"webpack-dev-server": "~3"
}
}